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=34526>. 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=34526 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | ------- Additional Comments From [EMAIL PROTECTED] 2008-01-03 10:44 ------- There is a fix for mod_deflate in httpd 2.2.6+. I'm now investigating, what we need to do to make it work with mod_jk. 1) Your example won't work, since mod_deflate can't inflate compressed content which uses FLaGs in the sense of RFC 1952. If I use gzip like you did to compress a file, it includes the file name as a flag and mod_deflate can not handle that. A better test case is cat myfile | gzip -9c | curl ... 2) In mod_jk we extract the Content-Length early in the content handler, which is before the filter is running. So we still get the incorrect length. Let's see, if we can do someting better about that... -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]