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 2002/06/18 11:16:22 UTC

DO NOT REPLY [Bug 9947] New: - Problem with CompressionFilter

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=9947>.
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=9947

Problem with CompressionFilter

           Summary: Problem with CompressionFilter
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Webapps:Examples
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: valdin@freenet.de


Compression Filter works incorrect in case the threshold is less than
the len parameter in write(byte b[], int off, int len) function of
CompressionResponseStream. The filter work correctly on Tomcat, since
this situation never happens, but fails with Weblogic 6.1 

I have fixed the problem and extended the filter to support Weblogic 6.1
Amy, please have a look if it is OK from your point of view.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>