mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:01:42 +00:00
This commit evolves the solution from M1 by parsing and caching patterns with the target HandlerMapping's PathPatternParser. This makes it unnecessary for callers to be aware of pattern parsing. Closes gh-25312