-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Simplify MvcRequestMatcher construction #13562
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
Comments
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: