You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2005/11/14 22:18:56 UTC

svn commit: r344236 - /tomcat/container/branches/tc4.1.x/catalina/src/conf/web.xml

Author: markt
Date: Mon Nov 14 13:18:52 2005
New Revision: 344236

URL: http://svn.apache.org/viewcvs?rev=344236&view=rev
Log:
Align settings with defaults.

Modified:
    tomcat/container/branches/tc4.1.x/catalina/src/conf/web.xml

Modified: tomcat/container/branches/tc4.1.x/catalina/src/conf/web.xml
URL: http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/catalina/src/conf/web.xml?rev=344236&r1=344235&r2=344236&view=diff
==============================================================================
--- tomcat/container/branches/tc4.1.x/catalina/src/conf/web.xml (original)
+++ tomcat/container/branches/tc4.1.x/catalina/src/conf/web.xml Mon Nov 14 13:18:52 2005
@@ -261,7 +261,7 @@
         <servlet-class>org.apache.catalina.servlets.CGIServlet</servlet-class>
         <init-param>
           <param-name>debug</param-name>
-          <param-value>6</param-value>
+          <param-value>0</param-value>
         </init-param>
         <init-param>
           <param-name>cgiPathPrefix</param-name>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org