[jboss-cvs] JBossAS SVN: r85788 - branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/security.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 12 13:32:05 EDT 2009


Author: mmoyses
Date: 2009-03-12 13:32:05 -0400 (Thu, 12 Mar 2009)
New Revision: 85788

Modified:
   branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/security/PrincipalSessionAttributeFilter.java
Log:
JBAS-6616: adding missing call to chain.doFilter()

Modified: branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/security/PrincipalSessionAttributeFilter.java
===================================================================
--- branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/security/PrincipalSessionAttributeFilter.java	2009-03-12 15:11:59 UTC (rev 85787)
+++ branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/security/PrincipalSessionAttributeFilter.java	2009-03-12 17:32:05 UTC (rev 85788)
@@ -80,6 +80,7 @@
          if (trace)
             log.trace("Placing principal in session");
       }
+      chain.doFilter(request, response);
    }
 
 }




More information about the jboss-cvs-commits mailing list