-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Switch default spring.mvc.pathmatch.matching-strategy #24805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
status: noteworthy
A noteworthy issue to call out in the release notes
type: enhancement
A general enhancement
Milestone
Comments
Also blocked on spring-projects/spring-framework#26415 |
We're also fixing spring-projects/spring-framework#26411 in the upcoming Spring Framework 5.3.4 release. |
See also spring-projects/spring-framework#26445 which should allow us to relax the servlet path check |
philwebb
added a commit
that referenced
this issue
Apr 7, 2021
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
Fails due to spring-projects/spring-framework#26775 |
Reopening due to spring-projects/spring-framework#26814 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status: noteworthy
A noteworthy issue to call out in the release notes
type: enhancement
A general enhancement
We could upgrade to the new PathPattern based solution now.
The text was updated successfully, but these errors were encountered: