mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Remove the restriction previously prevented `spring.mvc.servlet.path` from being combined with a `spring.mvc.pathmatch.matching-strategy` of `PATH_PATTERN_PARSER`. Spring Framework supports this combination as of v5.3.4. See gh-24805