Author: deepak
Date: Wed Jul 18 06:42:10 2018 New Revision: 1836144 URL: http://svn.apache.org/viewvc?rev=1836144&view=rev Log: Fixed: compressableMimeType is not a valid attribute of apache http connector (OFBIZ-10487) Modified: ofbiz/ofbiz-framework/trunk/framework/catalina/ofbiz-component.xml Modified: ofbiz/ofbiz-framework/trunk/framework/catalina/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/catalina/ofbiz-component.xml?rev=1836144&r1=1836143&r2=1836144&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/catalina/ofbiz-component.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/catalina/ofbiz-component.xml Wed Jul 18 06:42:10 2018 @@ -104,7 +104,7 @@ under the License. <property name="URIEncoding" value="UTF-8"/> <property name="xpoweredBy" value="false"/> <property name="compression" value="on"/> - <property name="compressableMimeType" value="text/html,text/xml,text/plain,text/javascript,text/css,application/json"/> + <property name="compressibleMimeType" value="text/html,text/xml,text/plain,text/javascript,text/css,application/json"/> <!-- commented out because the values match the Tomcat defaults: <property name="allowTrace" value="false"/> <property name="enableLookups" value="false"/> @@ -134,7 +134,7 @@ under the License. <property name="URIEncoding" value="UTF-8"/> <property name="xpoweredBy" value="false"/> <property name="compression" value="on"/> - <property name="compressableMimeType" value="text/html,text/xml,text/plain,text/javascript,text/css,application/json"/> + <property name="compressibleMimeType" value="text/html,text/xml,text/plain,text/javascript,text/css,application/json"/> <!-- SSL connector attributes --> <property name="sslImplementationName" value="org.apache.tomcat.util.net.jsse.JSSEImplementation"/> <property name="algorithm" value="SunX509"/> @@ -188,7 +188,7 @@ under the License. <property name="URIEncoding" value="UTF-8"/> <property name="xpoweredBy" value="false"/> <property name="compression" value="on"/> - <property name="compressableMimeType" value="text/html,text/xml,text/plain,text/javascript,text/css,application/json"/> + <property name="compressibleMimeType" value="text/html,text/xml,text/plain,text/javascript,text/css,application/json"/> </property> <property name="https-connector" value="connector"> <!--<property name="address" value=""/>--> @@ -200,7 +200,7 @@ under the License. <property name="URIEncoding" value="UTF-8"/> <property name="xpoweredBy" value="false"/> <property name="compression" value="on"/> - <property name="compressableMimeType" value="text/html,text/xml,text/plain,text/javascript,text/css,application/json"/> + <property name="compressibleMimeType" value="text/html,text/xml,text/plain,text/javascript,text/css,application/json"/> <property name="sslImplementationName" value="org.apache.tomcat.util.net.jsse.JSSEImplementation"/> <property name="algorithm" value="SunX509"/> <property name="keystoreFile" value="framework/base/config/ofbizssl.jks"/> |
Free forum by Nabble | Edit this page |