You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2012/04/08 12:51:02 UTC

svn commit: r1310975 - /ofbiz/trunk/framework/base/config/ofbiz-containers.xml

Author: jleroux
Date: Sun Apr  8 10:51:02 2012
New Revision: 1310975

URL: http://svn.apache.org/viewvc?rev=1310975&view=rev
Log:
Groups Tomcat http/s connectors compression properties and adds text/javascript,text/css as new compressableMimeTypes

Modified:
    ofbiz/trunk/framework/base/config/ofbiz-containers.xml

Modified: ofbiz/trunk/framework/base/config/ofbiz-containers.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?rev=1310975&r1=1310974&r2=1310975&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
+++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Sun Apr  8 10:51:02 2012
@@ -183,8 +183,9 @@ under the License.
             <property name="acceptCount" value="10"/>
             <property name="address" value="0.0.0.0"/>
             <property name="bufferSize" value="2048"/>
-            <property name="compressableMimeType" value="text/html,text/xml,text/plain"/>
             <property name="compression" value="on"/>
+            <property name="compressableMimeType" value="text/html,text/xml,text/plain,text/javascript,text/css"/>
+            <property name="noCompressionUserAgents" value=""/>
             <property name="connectionLinger" value="-1"/>
             <property name="connectionTimeout" value="60000"/>
             <property name="disableUploadTimeout" value="false"/>
@@ -193,7 +194,6 @@ under the License.
             <property name="maxSpareThreads" value="50"/>
             <property name="maxThreads" value="100"/>
             <property name="minSpareThreads" value="4"/>
-            <property name="noCompressionUserAgents" value=""/>
             <property name="port" value="8080"/>
             <property name="restrictedUserAgents" value=""/>
             <property name="server" value=""/>
@@ -221,8 +221,9 @@ under the License.
             <property name="acceptCount" value="10"/>
             <property name="address" value="0.0.0.0"/>
             <property name="bufferSize" value="2048"/>
-            <property name="compressableMimeType" value="text/html,text/xml,text/plain"/>
+            <property name="compressableMimeType" value="text/html,text/xml,text/plain,text/javascript,text/css"/>
             <property name="compression" value="on"/>
+            <property name="noCompressionUserAgents" value=""/>
             <property name="connectionLinger" value="-1"/>
             <property name="connectionTimeout" value="60000"/>
             <property name="disableUploadTimeout" value="false"/>
@@ -231,7 +232,6 @@ under the License.
             <property name="maxSpareThreads" value="50"/>
             <property name="maxThreads" value="100"/>
             <property name="minSpareThreads" value="4"/>
-            <property name="noCompressionUserAgents" value=""/>
             <property name="port" value="8443"/>
             <property name="restrictedUserAgents" value=""/>
             <property name="server" value=""/>