We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Willis Blackburn opened SPR-9068 and commented
I'm trying to implement RFC 2324 but cannot return HTTP response code 418 because it's not defined in the HttpStatus enumeration.
More generally, the enumeration of specific status values precludes the use of any others.
Affects: 3.1 GA
Issue Links:
The text was updated successfully, but these errors were encountered:
Chris Beams commented
Fixed in #11418.
Sorry, something went wrong.
Arjen Poutsma commented
If you some code you'd like to share, please do so! Spring could definitely do with a RFC 2324 implementation (aka spring-htcpcp).
No branches or pull requests
Willis Blackburn opened SPR-9068 and commented
I'm trying to implement RFC 2324 but cannot return HTTP response code 418 because it's not defined in the HttpStatus enumeration.
More generally, the enumeration of specific status values precludes the use of any others.
Affects: 3.1 GA
Issue Links:
The text was updated successfully, but these errors were encountered: