Deepak Dixit created OFBIZ-10487:
------------------------------------
Summary: compressableMimeType is not a valid attribute of apache http connector
Key: OFBIZ-10487
URL:
https://issues.apache.org/jira/browse/OFBIZ-10487 Project: OFBiz
Issue Type: Bug
Affects Versions: 16.11.04, Trunk
Reporter: Deepak Dixit
Assignee: Deepak Dixit
While reading console log found the following
{code:java}
"ignored parameter compressableMimeType"
{code}
after digging into it found compress*a*bleMimeType is not a valid attributor, it should be compress*i*bleMimeType
Till [tomcat6.0|
https://tomcat.apache.org/tomcat-6.0-doc/config/http.html] it was compressableMimeType and from [tomcat7.0|
https://tomcat.apache.org/tomcat-7.0-doc/config/http.html] its changed to compressibleMimeType
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)