-
Notifications
You must be signed in to change notification settings - Fork 109
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
update jetty #1463
update jetty #1463
Conversation
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -11,7 +11,7 @@ plugins { | |||
} | |||
|
|||
ext { | |||
jettyVersion = "11.0.8" | |||
jettyVersion = "11.0.10" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would recommend using 11.0.11
as it contains an important fix for suffix based url-patterns.
Signed-off-by: Sally MacFarlane sally.macfarlane@consensys.net
Update jetty to 11.0.10
From Jetty 11.0.10 releases notes, they added this PR 8165 to fix this issue.
They changed how input and output buffers are released.
Documentation
doc-change-required
label to this PR if updates are required.Changelog