[jboss-cvs] JBossAS SVN: r110586 - branches/JBPAPP_5_1/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 10 10:40:30 EST 2011


Author: remy.maucherat at jboss.com
Date: 2011-02-10 10:40:30 -0500 (Thu, 10 Feb 2011)
New Revision: 110586

Modified:
   branches/JBPAPP_5_1/tomcat/src/resources/web.xml
Log:
JBPAPP-3333: Switch Jasper default to production rather than development.

Modified: branches/JBPAPP_5_1/tomcat/src/resources/web.xml
===================================================================
--- branches/JBPAPP_5_1/tomcat/src/resources/web.xml	2011-02-10 15:39:47 UTC (rev 110585)
+++ branches/JBPAPP_5_1/tomcat/src/resources/web.xml	2011-02-10 15:40:30 UTC (rev 110586)
@@ -248,6 +248,10 @@
          <param-value>false</param-value>
       </init-param>
       <init-param>
+         <param-name>development</param-name>
+         <param-value>false</param-value>
+      </init-param>
+      <init-param>
          <param-name>xpoweredBy</param-name>
          <param-value>false</param-value>
       </init-param>



More information about the jboss-cvs-commits mailing list