[jboss-cvs] JBossAS SVN: r59939 - branches/JBoss_4_0_5_GA_JBAS-3999/tomcat/src/main/org/jboss/web/tomcat/security.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 23 10:11:24 EST 2007


Author: galder.zamarreno at jboss.com
Date: 2007-01-23 10:11:24 -0500 (Tue, 23 Jan 2007)
New Revision: 59939

Modified:
   branches/JBoss_4_0_5_GA_JBAS-3999/tomcat/src/main/org/jboss/web/tomcat/security/JaccContextValve.java
Log:
[JBAS-3999] Merging in JBAS-3991

Modified: branches/JBoss_4_0_5_GA_JBAS-3999/tomcat/src/main/org/jboss/web/tomcat/security/JaccContextValve.java
===================================================================
--- branches/JBoss_4_0_5_GA_JBAS-3999/tomcat/src/main/org/jboss/web/tomcat/security/JaccContextValve.java	2007-01-23 15:10:44 UTC (rev 59938)
+++ branches/JBoss_4_0_5_GA_JBAS-3999/tomcat/src/main/org/jboss/web/tomcat/security/JaccContextValve.java	2007-01-23 15:11:24 UTC (rev 59939)
@@ -77,6 +77,7 @@
       {
          SecurityAssociationActions.clear();
          activeCS.set(null);
+         HttpServletRequestPolicyContextHandler.setRequest(null);
       }
    }
 




More information about the jboss-cvs-commits mailing list