-
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
Default servlet drops first accept-encoding header if there is more than one. #7863
Labels
Bug
For general bugs on Jetty side
Comments
markslater
added a commit
to markslater/jetty.project
that referenced
this issue
Apr 8, 2022
…le accept-encoding headers are given. Signed-off-by: markslater <[email protected]>
markslater
added a commit
to markslater/jetty.project
that referenced
this issue
Apr 10, 2022
…le accept-encoding headers are given. Signed-off-by: markslater <[email protected]>
joakime
pushed a commit
that referenced
this issue
Apr 11, 2022
…cept-encoding headers are given. (#7864) Signed-off-by: markslater <[email protected]>
joakime
pushed a commit
that referenced
this issue
Apr 11, 2022
…cept-encoding headers are given. (#7864) Signed-off-by: markslater <[email protected]>
This was
linked to
pull requests
Apr 11, 2022
joakime
added a commit
that referenced
this issue
Apr 27, 2022
…cept-encoding headers are given. (#7864) (#7871) Signed-off-by: markslater <[email protected]> Co-authored-by: markslater <[email protected]>
All merged into |
joakime
pushed a commit
that referenced
this issue
Oct 6, 2022
…cept-encoding headers are given. (#7864) Signed-off-by: markslater <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version(s)
11.0.9
Java version/vendor
(use: java -version)
N/A
OS type/version
N/A
Description
When
DefaultServlet
handles a request with multipleaccept-encoding
headers, it attempts to combine their values, but it drops the value of the first header (and produces a value with a leading comma).How to reproduce?
Test case to follow.
The text was updated successfully, but these errors were encountered: