-
Notifications
You must be signed in to change notification settings - Fork 41.1k
ResponseStatusException no longer returning response body in 2.6.7 using Spring Security #31091
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
As requested by Phil in the linked issue, please provide a sample application we can run and debug (attached as a zip, or a link to a GitHub project). Without it, there is no way for us to make progress here. |
Here the code . https://github.com/grojas123/ResponseStatusException31091 . |
@grojas123 That is the expected behavior that is a result of the bug fix in #26356. The #28953 was a different issue because it wasn't returning the response body even for authorized users. If you'd like to allow unauthenticated access to the error page, you can do so by explicitly adding |
@mbhave Thank you . |
I am seeing this behavior again #28953 . In version 2.6.7
The text was updated successfully, but these errors were encountered: