https://issues.apache.org/bugzilla/show_bug.cgi?id=53725

--- Comment #11 from Jess Holle <je...@ptc.com> ---
After some time with dealing with such issues with our own servlet filter for
compression and trying various solutions tried in Tomcat, I finally gave up and
went with jzlib for pre-Java-7 cases and with the built-in sync-flush
functionality in Java 7 cases.  I got tired of someone always coming up with
some new case where trying to allow flushing with the pre-Java-7
GZipOutputStream caused an issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to