-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: duplicateA duplicate of another issueA duplicate of another issuetype: enhancementA general enhancementA general enhancement
Description
Oliver Drotbohm opened SPR-5763 and commented
AnnotationMethodHandlerAdapter
contains a private class ServletHandlerMethodResolver
that could be used to tweak URL mappings for custom requirements if one was able to subclass it. Furthermore it would be very cool to use in test cases as you could easily test if you mappings work for certain requests. Currently you have to use AnnotationMethodHandlerAdapter
directly and thus execute the method entirely.
Affects: 3.0 M3
Issue Links:
- Make ServletHandlerMethodResolver protected (instead of private) to allow subclassing [SPR-7451] #12109 Make ServletHandlerMethodResolver protected (instead of private) to allow subclassing
7 votes, 6 watchers
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: duplicateA duplicate of another issueA duplicate of another issuetype: enhancementA general enhancementA general enhancement