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 2016/09/01 11:24:02 UTC

[Bug 60077] New: When use compression with gzip , unzip data for client(explore) has a redundant brace at last(Occasional)

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


[Bug 60077] When use compression with gzip , unzip data for client(explore) has a redundant brace at last(Occasional)

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60077

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEEDINFO                    |RESOLVED

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
Insufficient information provided to demonstrate a problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 60077] When use compression with gzip , unzip data for client(explore) has a redundant brace at last(Occasional)

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60077

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
There is insufficient information in this report to replicate the problem.
Please provide a test case that demonstrates the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org