-
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
Simplify Specifying servletPath in the Java DSL #16430
Labels
Milestone
Comments
8 tasks
jzheaux
added
in: config
An issue in spring-security-config
type: enhancement
A general enhancement
labels
Jan 16, 2025
jzheaux
added a commit
to jzheaux/spring-security
that referenced
this issue
Jan 29, 2025
This static factory simplifes the creation of RequestMatchers that specify the servlet path. Closes spring-projectsgh-16430
jzheaux
added a commit
to jzheaux/spring-security
that referenced
this issue
Jan 29, 2025
This static factory simplifes the creation of RequestMatchers that specify the servlet path. Closes spring-projectsgh-16430
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Currently, this is only possible by constructing an
MvcRequestMatcher
, which is MVC-specific and requires aHandlerMappingIntrospector
It would be nice if it were similar to how servlet paths are specified in XML and Kotlin
The text was updated successfully, but these errors were encountered: