[seam-commits] Seam SVN: r7521 - trunk/seam-gen/resources/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Mar 10 11:30:10 EDT 2008


Author: norman.richards at jboss.com
Date: 2008-03-10 11:30:09 -0400 (Mon, 10 Mar 2008)
New Revision: 7521

Modified:
   trunk/seam-gen/resources/WEB-INF/components-war.xml
Log:
copy changes from ear components.xml

Modified: trunk/seam-gen/resources/WEB-INF/components-war.xml
===================================================================
--- trunk/seam-gen/resources/WEB-INF/components-war.xml	2008-03-10 14:57:10 UTC (rev 7520)
+++ trunk/seam-gen/resources/WEB-INF/components-war.xml	2008-03-10 15:30:09 UTC (rev 7521)
@@ -34,9 +34,9 @@
        <drools:rule-files><value>/security.drl</value></drools:rule-files>
    </drools:rule-base>
 
+   <security:rule-based-permission-resolver security-rules="#{securityRules}"/> 
    <security:identity authenticate-method="#{authenticator.authenticate}"
-                           security-rules="#{securityRules}"
-                              remember-me="true"/>
+                      remember-me="true"/>
                               
    <event type="org.jboss.seam.security.notLoggedIn">
        <action execute="#{redirect.captureCurrentView}"/>




More information about the seam-commits mailing list