-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Error page is accessible when no credentials are provided #26356
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
Comments
Is it possible that this patch broke my MultipartException handler? It worked perfectly in 2.5.7, but now the response body is null |
@Selindek It's impossible to say without some more information. Are you using Spring Security in your application and, if so, how is it configured? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an inconsistency in the default 401 Unauthorized response.
If client credentials are not provided:
If wrong client credentials are provided:
Sample pom file:
Sample test class:
Spring Boot Version: 2.4.5
Related issues:
The text was updated successfully, but these errors were encountered: