-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
JWS 3.0.3 SP1 GA
-
None
In httpd 2.4, mod_deflate appends the compression method onto the end of the ETag, causing compressed and uncompressed representations to have unique ETags. Hence, using mod_deflate prevents "304 Not Modified" response.
Please backport this commit which was incorporated in trunk. This provides DeflateAlterETag directive to control how the ETag is modified when using mod_deflate. This configuration can provide a way to mimic old 2.2.x behavior by using 'NoChange' parameter.
Apache community bugzilla:
https://bz.apache.org/bugzilla/show_bug.cgi?id=39727 / https://bz.apache.org/bugzilla/show_bug.cgi?id=45023