-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Custom Exception body empty #33044
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
Related to the problem here, might be the work done in this issue: #32340. |
The sample doesn't seem to be working as described above. DemoController returns |
It is curious that it is working for you but fails on our systems. I have tested it with both Java 17 and 21. I added Both tests are still failing with an |
The tests are using If I switch the timeout test on |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
Uh oh!
There was an error while loading. Please reload this page.
Affects: Spring boot 3.2.4
Since upgrading to Spring boot 3.2.4 from 3.2.3 the Custom exception handler does not send response with the custom message in body.
Spring boot 3.2.3
Spring boot 3.2.4+
I have reproduced the issue in this sample project, DeferredDemo.zip. This issue persists in Spring Boot 3.3.0
The text was updated successfully, but these errors were encountered: