-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Simplify MvcRequestMatcher construction #13562
Labels
Comments
jzheaux
added
status: waiting-for-triage
An issue we've not yet triaged
type: enhancement
A general enhancement
labels
Jul 18, 2023
jzheaux
changed the title
Consider simplifying MvcRequestMatcher construction
Simplify MvcRequestMatcher construction
Sep 19, 2023
jzheaux
added
in: config
An issue in spring-security-config
and removed
status: waiting-for-triage
An issue we've not yet triaged
labels
Nov 17, 2023
Due to #13794, this has been reopened to give us more time to assess the right solution. |
jzheaux
added a commit
to jzheaux/spring-checkpoint-restore-smoke-tests
that referenced
this issue
May 20, 2024
See issue spring-projects/spring-security#13562 for details
sdeleuze
pushed a commit
to spring-projects/spring-lifecycle-smoke-tests
that referenced
this issue
May 23, 2024
See issue spring-projects/spring-security#13562 for details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Constructing an
MvcRequestMatcher
can be confusing since it's unclear where to obtain aHandlerMappingIntrospector
from.Spring Security could publish a prototype bean like so to make that easier:
The text was updated successfully, but these errors were encountered: