-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Consider Backporting PathPattern XML Support #18807
Copy link
Copy link
Open
Labels
status: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triagedtype: bugA general bugA general bug
Description
Spring Security 7 removed AntPathRequestMatcher and MvcRequestMatcher in favor of PathPatternRequestMatcher.
As part of this, request-matcher="path" will be supported in 7 as of #18737, allowing applications using request-matcher="mvc" or request-matcher="ant" to migrate.
However, it would be helpful if 6.5 also supported this so that applications could migrate before upgrading their dependencies.
The benefit of this should be weighed carefully against the impact of changing a maintenance branch as it may be a non-trivial amount of code to add to 6.5.x.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triagedtype: bugA general bugA general bug