-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Move HttpCompliance to HttpConfiguration #3011
Comments
joakime
added a commit
that referenced
this issue
Oct 22, 2018
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime
added a commit
that referenced
this issue
Oct 22, 2018
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime
added a commit
that referenced
this issue
Oct 22, 2018
+ Can get HttpCompliance from HttpConfiguration now + Signature change to HttpConnection to avoid duplicate arguments on constructor. Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime
added a commit
that referenced
this issue
Oct 22, 2018
…compliance-to-config Issue #3011 - Moving HttpCompliance to HttpConfiguration
sbordet
pushed a commit
that referenced
this issue
Oct 23, 2018
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
sbordet
pushed a commit
that referenced
this issue
Oct 23, 2018
+ Can get HttpCompliance from HttpConfiguration now + Signature change to HttpConnection to avoid duplicate arguments on constructor. Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Closing, merged in commit 405a6b6 |
sbordet
added a commit
that referenced
this issue
Nov 29, 2018
Fixed jetty-https.xml. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, in Jetty 10.x, the HttpCompliance configuration isn't actually configurable in the HttpConfiguration class, but is instead passed into the HttpConnectionFactory.
Recommend moving it to the HttpConfiguration class to put all of the Compliance modes in a single place. (the HttpConnectionFactory can just interrogate the HttpConfiguration for it instead)
(Discovered during the analysis of #3009)
The text was updated successfully, but these errors were encountered: