-
Couldn't load subscription status.
- Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Marek Szalik opened SPR-13293 and commented
I want to create my own implementation of org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
An instance of ServletInvocableHandlerMethod is created in RequestMappingHandlerAdapter#createRequestMappingMethod
Unfortunately that method is private so I am not able to override it in my RequestMappingHandlerAdapter.
Please change it to protected.
Affects: 4.1.3
Referenced from: commits 10a2f50
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement