You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2019/02/15 07:53:41 UTC

[Bug 45023] DEFLATE preventing 304 NOT MODIFIED response

https://bz.apache.org/bugzilla/show_bug.cgi?id=45023

--- Comment #26 from Jacques Distler <di...@golem.ph.utexas.edu> ---
With a minor modification, the workaround in Comment 22 works for both
mod_deflate and mod_brotli :

RequestHeader edit "If-None-Match" '^"((.*)-(gzip|br))"$' '"$1", "$2"'

(using the default AddSuffix setting for both modules' ETag handling).

Seems to me that this should just be incorporated into the
"If-None-Match"-handling code in the server, rather than relying on users to
monkey with their httpd.config file.

But what do I know ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org