You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/09/19 18:02:44 UTC

DO NOT REPLY [Bug 23276] New: - Coyote Connector Compression does not work under JDK 1.4.0_01

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: tomcat-dev@jakarta.apache.org
        ReportedBy: sajakarta@mindspring.com


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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org