Rob Winch opened SPR-16013 and commented
Currently HandlerMappingIntrospector
must iterate over all HandlerMappings
to determine if a pattern matches. Then the DispatcherServlet
must iterate over the same mappings to find a match. It would be nice if this could be optimized.
NOTE: This was originally reported by a user via email
Affects: 4.3.11, 5.0 RC4
Issue Links: - #20094 AbstractHandlerMethodMapping should allow for customized bean retrieval
Comment From: rstoyanchev
Superseded by #31588.