-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: bugA general bugA general bug
Milestone
Description
jia baozhen opened SPR-6153 and commented
there is a bug in this method: org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping.generatePathMappings(Class)
String path = (className.endsWith(CONTROLLER_SUFFIX) ?
className.substring(0, className.indexOf(CONTROLLER_SUFFIX)) : className);
it does not work if the className also starts with "Controller".
Affects: 3.0 M4
Referenced from: commits 74f4749
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: bugA general bugA general bug