https://bz.apache.org/bugzilla/show_bug.cgi?id=60077

            Bug ID: 60077
           Summary: When use compression with gzip , unzip data for
                    client(explore)  has a redundant brace at
                    last(Occasional)
           Product: Tomcat 7
           Version: 7.0.37
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: alex.zhao...@huawei.com

Version: 7.0.37
Configuration:
compressableMimeType="text/html,text/xml,text/javascript,text/css,text/plain,application/json,application/javascript"
compression="on"
compressionMinSize="2048"
noCompressionUserAgents="gozilla, traviata" 

Scene:
When compression is turned off , data is ok
The length of the date is about 335k.

Our trial:
1、We try to delete this line for
org.apache.coyote.http11.filters.FlushableGZIPOutputStream.flush():
def.setLevel(Deflater.NO_COMPRESSION);

data for gzip is ok

2、We update tomcat from 7.0.37 to 7.0.70 , but is not ok too

-- 
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