When spring.mvc.pathmatch.matching-strategy is set to path-pattern-parser, the error handling of a management server listening on a separate port is broken #24877
Comments
This was referenced Mar 11, 2021
Closed
Merged
Merged
Closed
Bump spring-boot-starter-parent from 2.4.2 to 2.4.3
checkmarx-ltd/checkmarx-spring-boot-java-sdk#106
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, accessing an endpoint that isn't exposed (so a 404 should be returned) results in a 500:
The body is Tomcat's default error page as Boot's error handling has failed and thrown an exception:
Endpoints that are exposed continue to work as expected, for example:
The text was updated successfully, but these errors were encountered: