-
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
RFC9110 - GzipHandler must produce Content-Location
header on 304 response?
#8907
Comments
@gregw what do you think? |
I think that we never generate a Besides, the GzipHandler never produces a 304, it only reacts if something else produces a 304. |
Could this be a possible requirement for |
Let's make this for consideration as part of #8769 otherwise leave GzipHandler as is for now. |
Jetty version(s)
Jetty 10+
Description
When working Issue #8905 about the
Vary
header in 304 responses, I noticed a curious header calledContent-Location
.See RFC9110, and the
Content-Location
header - https://www.rfc-editor.org/rfc/rfc9110#field.content-locationSeems that when the GzipHandler produces a 304 (Not Modified) it MUST produce a
Content-Location
response header?https://www.rfc-editor.org/rfc/rfc9110#name-304-not-modified
The text was updated successfully, but these errors were encountered: