Skip to content
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

Issue #3011 - Moving HttpCompliance to HttpConfiguration #3017

Merged

Conversation

joakime
Copy link
Contributor

@joakime joakime commented Oct 22, 2018

Signed-off-by: Joakim Erdfelt joakim.erdfelt@gmail.com

@joakime joakime requested review from gregw and sbordet October 22, 2018 18:10
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
@joakime joakime force-pushed the jetty-10.x-issue-3011-move-httpcompliance-to-config branch from 30853b9 to 4679565 Compare October 22, 2018 20:39
Copy link
Contributor

@sbordet sbordet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM besides the small change I requested.

@@ -63,26 +56,18 @@ public HttpConfiguration getHttpConfiguration()

public HttpCompliance getHttpCompliance()
{
return _httpCompliance;
return _config.getHttpCompliance();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this method now that HttpCompliance is not a field of this class.

+ 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 joakime merged commit 405a6b6 into jetty-10.0.x Oct 22, 2018
@joakime joakime deleted the jetty-10.x-issue-3011-move-httpcompliance-to-config branch October 22, 2018 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants