[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-10-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 --- Comment #13 from Mark Thomas ma...@apache.org --- Fixed in 6.0.x and will be included in 6.0.36 onwards. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 --- Comment #7 from Mark Thomas ma...@apache.org --- Very different failure mode (a whole chunk of data is missing from the end). Probably a different bug. I'll start digging. -- You are receiving this mail because: You are the assignee

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 --- Comment #8 from Mark Thomas ma...@apache.org --- Easy solution implemented for trunk (Tomcat 8). Still trying to find a fix for Tomcat 7. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 --- Comment #9 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 29297 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29297action=edit 2012-08-29_tc6_53725.patch Thank you for the test! Fixed in 7.0 with

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-28 Thread bugzilla
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

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 --- Comment #12 from Konstantin Kolinko knst.koli...@gmail.com --- I reverted the fix in r1378402 and implemented a different one in r1378403 + r1378408 (will be in 7.0.30) The FlushableGZIPOutputStream#deflate() method is not called by

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 --- Comment #3 from kevin.l.st...@nokia.com --- Created attachment 29286 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29286action=edit Demonstrates the same problem post-fix. Please unzip to obtain the data.bin which causes

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 kevin.l.st...@nokia.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 --- Comment #5 from kevin.l.st...@nokia.com --- Note that, not surprisingly, using Java 7's GZIPOutputStream with syncFlush=true resolves the issue. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 --- Comment #6 from Mark Thomas ma...@apache.org --- That is an option for Tomcat 8 (which will require Java 7) but not for Tomcat 7 and earlier. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com --- Good catch. I proposed backport of this fix (r1377342) to Tomcat 6.0. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED