Bug 60077 - When use compression with gzip , unzip data for client(explore) has a redundant brace at last(Occasional)
Summary: When use compression with gzip , unzip data for client(explore) has a redund...
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Connectors (show other bugs)
Version: 7.0.37
Hardware: Other Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-01 11:24 UTC by alex.zhaobin
Modified: 2016-09-21 09:01 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alex.zhaobin 2016-09-01 11:24:02 UTC
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
Comment 1 Mark Thomas 2016-09-01 20:07:41 UTC
There is insufficient information in this report to replicate the problem. Please provide a test case that demonstrates the issue.
Comment 2 Mark Thomas 2016-09-21 09:01:07 UTC
Insufficient information provided to demonstrate a problem.