https://issues.apache.org/bugzilla/show_bug.cgi?id=56686
Bug ID: 56686
Summary: compressionMinSize and compressableMimeType settings
ignored
Product: Tomcat 7
Version: 7.0.53
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31774
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31774&action=edit
chrome debug showing compression being larger than original size as well as
compression for smaller files even when compressionMinSize defined
Tomcat 7.0.53 appears to ignore compressionMinSize and compressableMimeType
settings and so all files regardless of size and images get compressed making
transmission of those files less efficient. Note: Tomcat 6 did NOT have this
problem.
<Connector port="9080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
compression="on"
compressionMinSize="2048"
compressableMimeType="text/html,text/xml,text/javascript" />
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]