[jboss-cvs] jboss-seam/examples/seamspace/resources/WEB-INF ...

Shane Bryzak sbryzak at redhat.com
Wed Feb 28 01:18:43 EST 2007


  User: sbryzak2
  Date: 07/02/28 01:18:43

  Modified:    examples/seamspace/resources/WEB-INF  components.xml
  Log:
  fixed remember me
  
  Revision  Changes    Path
  1.32      +1 -2      jboss-seam/examples/seamspace/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/seamspace/resources/WEB-INF/components.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- components.xml	27 Feb 2007 07:16:53 -0000	1.31
  +++ components.xml	28 Feb 2007 06:18:43 -0000	1.32
  @@ -20,8 +20,7 @@
                     conversation-is-long-running-parameter="clr"/>
       
       <security:identity authenticate-method="#{authenticator.authenticate}" 
  -                       security-rules="#{securityRules}"
  -                       remember-me="true"/>
  +                       security-rules="#{securityRules}"/>
       
       <drools:rule-base name="securityRules">
          <drools:rule-files>
  
  
  



More information about the jboss-cvs-commits mailing list