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
Jetty version 9.4.31
Description There are 3 cases in HttpParser for dealing with errors around HTTP version.
HTTP/1.2
HTTP/0.9
We currently return an response 400 Bad Version in these cases. The correct status code should be 505 HTTP version not supported.
400 Bad Version
505 HTTP version not supported
The text was updated successfully, but these errors were encountered:
Issue #5233 - Bad/Unsupported HTTP version should return 505 not 400.
b2e0f69
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Issue #5233 - correcting NCSARequestLogTest expectation on unsupporte…
56b1d17
…d version Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Merge pull request #5234 from eclipse/jetty-9.4.x-http-09-response-505
e7d15af
Merged PR #5234
Sorry, something went wrong.
joakime
Successfully merging a pull request may close this issue.
Jetty version
9.4.31
Description
There are 3 cases in HttpParser for dealing with errors around HTTP version.
HTTP/1.2
)HTTP/0.9
)We currently return an response
400 Bad Version
in these cases.The correct status code should be
505 HTTP version not supported
.The text was updated successfully, but these errors were encountered: