Bug 17797 - mod_deflate ignores Content-Encoding: gzip(result is a twice compressed content)
Summary: mod_deflate ignores Content-Encoding: gzip(result is a twice compressed content)
Status: CLOSED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_deflate (show other bugs)
Version: 2.0.44
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-07 23:47 UTC by Max
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max 2003-03-07 23:47:47 UTC
mod_deflate ignores "Content-Encoding: gzip" which can be set from CGI script.
Result will be twice compressed document.

It is possible to resolve using Apache configuration options but I think that it
should be fixed.

Max.
Comment 1 André Malo 2003-03-08 00:03:56 UTC
In fact mod_deflate should not ignore that header...

...oh well, content-encoding from CGI is put into err_headers_out, we should
check for these in mod_deflate, too.

Thanks for your report.
Comment 2 André Malo 2003-04-04 13:13:52 UTC
FYI: Fixed for the next release (2.0.46).