[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Mon Nov 5 22:33:41 EST 2007


  User: gavin   
  Date: 07/11/05 22:33:41

  Modified:    seam-gen/resources/WEB-INF  components.xml
  Log:
  be consistent with war
  
  Revision  Changes    Path
  1.26      +2 -1      jboss-seam/seam-gen/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/seam-gen/resources/WEB-INF/components.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- components.xml	1 Oct 2007 14:58:40 -0000	1.25
  +++ components.xml	6 Nov 2007 03:33:41 -0000	1.26
  @@ -33,7 +33,8 @@
      </drools:rule-base>
   
      <security:identity authenticate-method="#{authenticator.authenticate}"
  -                           security-rules="#{securityRules}"/>
  +                           security-rules="#{securityRules}"
  +                           remember-me="true"/>
      
      <event type="org.jboss.seam.notLoggedIn">
          <action execute="#{redirect.captureCurrentView}"/>
  
  
  



More information about the jboss-cvs-commits mailing list