[seam-commits] Seam SVN: r7275 - branches/Seam_2_0/seam-gen/resources/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Jan 28 22:11:47 EST 2008


Author: shane.bryzak at jboss.com
Date: 2008-01-28 22:11:47 -0500 (Mon, 28 Jan 2008)
New Revision: 7275

Modified:
   branches/Seam_2_0/seam-gen/resources/WEB-INF/components.xml
Log:
re-add authenticate-method

Modified: branches/Seam_2_0/seam-gen/resources/WEB-INF/components.xml
===================================================================
--- branches/Seam_2_0/seam-gen/resources/WEB-INF/components.xml	2008-01-28 23:40:13 UTC (rev 7274)
+++ branches/Seam_2_0/seam-gen/resources/WEB-INF/components.xml	2008-01-29 03:11:47 UTC (rev 7275)
@@ -32,7 +32,7 @@
        </drools:rule-files>
    </drools:rule-base>
 
-   <security:identity security-rules="#{securityRules}" remember-me="true"/>
+   <security:identity security-rules="#{securityRules}" authenticate-method="#{authenticator.authenticate}" remember-me="true"/>
    
    <event type="org.jboss.seam.security.notLoggedIn">
        <action execute="#{redirect.captureCurrentView}"/>




More information about the seam-commits mailing list