Author: jleroux
Date: Sun Apr 8 11:25:35 2012
New Revision: 1310978
URL:
http://svn.apache.org/viewvc?rev=1310978&view=revLog:
No functional change, just shift a line in proper place
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=1310978&r1=1310977&r2=1310978&view=diff==============================================================================
--- ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
+++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Sun Apr 8 11:25:35 2012
@@ -221,8 +221,8 @@ 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,text/javascript,text/css"/>
<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"/>