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
Stéphane Nicoll opened SPR-15524 and commented
Currently it is not possible to create a ResponseStatusException without providing a String reason. As we're passing an HttpStatus can we reuse that as a source of the reason?
ResponseStatusException
String reason
HttpStatus
Affects: 5.0 M5
Referenced from: commits 25aef4d
The text was updated successfully, but these errors were encountered:
jhoeller
No branches or pull requests
Stéphane Nicoll opened SPR-15524 and commented
Currently it is not possible to create a
ResponseStatusException
without providing aString reason
. As we're passing anHttpStatus
can we reuse that as a source of the reason?Affects: 5.0 M5
Referenced from: commits 25aef4d
The text was updated successfully, but these errors were encountered: