-
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
Improve RequestMatcher Validation #13551
Comments
Hi, just updated from 5.8.4 to 5.8.5 and encountered |
For me, this happens when running locally with spring-boot-devtools, which automatically enables the H2 console. At runtime, this causes two servlets to be registered which for some reason confuses Spring Security. |
We have a non-Spring-Boot, "traditional" Spring Framework 5.3.29 MVC application which is deployed into a Tomcat 9 The upgrade from 5.8.4 to 5.8.5 also produces We follow pretty much the "A 100% code-based approach to configuration" pattern as described here https://docs.spring.io/spring-framework/docs/5.3.x/javadoc-api/org/springframework/web/WebApplicationInitializer.html But a stand alone Tomcat in its default configuration creates two more Servlets named "default" and "jsp" https://tomcat.apache.org/tomcat-9.0-doc/default-servlet.html Therefore We want to avoid that our operations team has to alter the default Tomcat web.xml each time they upgrade Tomcat. Do we need to migrate to the mentioned |
@bartolom I think you should open a new issue. This one is closed and I'm noticing it's not getting any attention. |
I've just did that: #13568 |
No description provided.
The text was updated successfully, but these errors were encountered: