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 2007/07/29 20:16:11 UTC

DO NOT REPLY [Bug 42993] - Inflate filter does not check Content-Encoding completely

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42993>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42993





------- Additional Comments From atrus@atrus.org  2007-07-29 11:16 -------
Created an attachment (id=20562)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20562&action=view)
Patch against 2.2.4

This moves the code for getting Content-Encoding in deflate_out_filter into a
separate (static) function so that inflate_out_filter can use the exact same
code. It also updates the clearing of Content-Encoding so it's done a bit later
(after triying to initialize zlib, which is when the Content-Length header is
removed) and updates both the header table and r->content_encoding.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org