We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, this is only possible by constructing an MvcRequestMatcher, which is MVC-specific and requires a HandlerMappingIntrospector
MvcRequestMatcher
HandlerMappingIntrospector
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:
Add Servlet Path support to Java DSL
88d5bdb
Closes spring-projectsgh-16430
2f375dd
ae29d07
jzheaux
No branches or pull requests
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: