https://issues.apache.org/bugzilla/show_bug.cgi?id=39727





--- Comment #30 from Henrik Nordstrom <[email protected]>  2009-02-03 
06:23:55 PST ---
Just to clarify the breakage:

GET /some-object

HTTP/1.1 200 OK
Vary: Accept-Encoding
ETag: W/"a"

GET /some-object
Accept-Encoding: gzip
If-None-Match: W/"a"

HTTP/1.1 304 Not Modified
ETag: W/"a"


If you are unsure what this is about, see 13.6  Caching Negotiated Responses.


To explain it in other words: Two resource versions MAY share the same weak
ETag (but MUST NOT when using a strong ETag), but two incompatible resource
representations MUST NOT.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to