mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
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