https://bz.apache.org/bugzilla/show_bug.cgi?id=54255
Justin Iurman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Justin Iurman <[email protected]> --- Created attachment 36068 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36068&action=edit Make mod_deflate handle sub-requests too Don't know if this one solves your specific problem (which is based on the same one as mine), nor if it's gonna break some other modules, nor if it's a generic-enough solution, but this solves the problem of "SetInputFilter DEFLATE" (deflate in) when using with mod_rewrite (internal rewrite). Now, content is decompressed (Content-Encoding and Content-Length are eaten correctly). Solution: make mod_deflate handle sub-requests too. -- 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]
