Author: markt
Date: Thu Oct 24 06:27:31 2013
New Revision: 1535285
URL: http://svn.apache.org/r1535285
Log:
gzip should be disabled by default
Modified:
tomcat/trunk/conf/web.xml
Modified: tomcat/trunk/conf/web.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/conf/web.xml?rev=1535285&r1=1535284&r2=1535285&view=diff
==============================================================================
--- tomcat/trunk/conf/web.xml (original)
+++ tomcat/trunk/conf/web.xml Thu Oct 24 06:27:31 2013
@@ -104,10 +104,6 @@
<param-name>listings</param-name>
<param-value>false</param-value>
</init-param>
- <init-param>
- <param-name>gzip</param-name>
- <param-value>true</param-value>
- </init-param>
<load-on-startup>1</load-on-startup>
</servlet>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]