DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23276>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23276 Coyote Connector Compression does not work under JDK 1.4.0_01 Summary: Coyote Connector Compression does not work under JDK 1.4.0_01 Product: Tomcat 4 Version: 4.1.27 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Connector:Coyote HTTP/1.1 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If you try to use the coyote connector with compression enabled (compression="force") under JDK 1.4.0, you will get no output and FIXME will be written to standard output. In GzipOutputFilter, the write(int) method of the FakeOutputStream is not implemented (it just writes FIXME to standard out). Under JDK 1.4.0_01, all the writes use write(int) instead of the implemented write(byte[], int, int). I'll attach a patch to fix this. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]