mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
2ac08afab5
This commit ensures that the `PathPatternParser` and the associated cache map are used in a threadsafe fashion, since the PathMatcher instance can be used for concurrent requests. Issue: SPR-15246