-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Add RequestMatcher.matcher(HttpServletRequest) #7172
Conversation
Step 3 - Usage of RequestVariablesExtractor or types that are assigned to AntPathRequestMatcher should be replaced with the new method. [closes spring-projects#7148]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @fhanik and @eddumelendez for this PR! I'll left some feedback inline about JavaDoc.
} | ||
|
||
/** | ||
* The result of matching |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add @since
here as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Completed
web/src/main/java/org/springframework/security/web/util/matcher/RequestMatcher.java
Show resolved
Hide resolved
Thanks, @fhanik and @eddumelendez! This is now merged into |
Addresses: #7148
Incorporates Commit from: #7150