[Jboss-cvs] JBossAS SVN: r55917 - branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 14 16:35:41 EDT 2006


Author: anil.saldhana at jboss.com
Date: 2006-08-14 16:35:40 -0400 (Mon, 14 Aug 2006)
New Revision: 55917

Modified:
   branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5.java
Log:
JBAS-3517: Allow Tomcat service to redeploy without IllegalStateException

Modified: branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5.java
===================================================================
--- branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5.java	2006-08-14 20:22:19 UTC (rev 55916)
+++ branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5.java	2006-08-14 20:35:40 UTC (rev 55917)
@@ -465,7 +465,7 @@
       // Register the web container JACC PolicyContextHandlers
       HttpServletRequestPolicyContextHandler handler = new HttpServletRequestPolicyContextHandler();
       PolicyContext.registerHandler(HttpServletRequestPolicyContextHandler.WEB_REQUEST_KEY,
-         handler, false);
+         handler, true);
 
       // The ServiceController used to control web app startup dependencies
       serviceController = (ServiceControllerMBean)




More information about the jboss-cvs-commits mailing list