[jboss-cvs] jboss-seam/examples/wiki/resources/WEB-INF ...
Gavin King
gavin.king at jboss.com
Wed Feb 21 16:10:05 EST 2007
User: gavin
Date: 07/02/21 16:10:05
Modified: examples/wiki/resources/WEB-INF components.xml
Log:
fix
Revision Changes Path
1.4 +4 -2 jboss-seam/examples/wiki/resources/WEB-INF/components.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: components.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/resources/WEB-INF/components.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- components.xml 21 Feb 2007 16:24:10 -0000 1.3
+++ components.xml 21 Feb 2007 21:10:05 -0000 1.4
@@ -48,10 +48,12 @@
<!-- Login and security -->
- <security:rule-based-identity authenticate-method="#{authenticator.authenticate}"/>
+ <security:identity authenticate-method="#{authenticator.authenticate}" remember-me="true"/>
<drools:rule-base name="securityRules">
- <drools:rule-files><value>/META-INF/security-rules.drl</value></drools:rule-files>
+ <drools:rule-files>
+ <value>/META-INF/security-rules.drl</value>
+ </drools:rule-files>
</drools:rule-base>
<!-- Misc application settings -->
More information about the jboss-cvs-commits
mailing list