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

--- Comment #26 from Jacques Distler <dist...@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-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to