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

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


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

  Modified:    examples/wiki/resources/WEB-INF  components.xml
  Log:
  fixed remember me
  
  Revision  Changes    Path
  1.6       +1 -1      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- components.xml	27 Feb 2007 07:16:54 -0000	1.5
  +++ components.xml	28 Feb 2007 06:18:49 -0000	1.6
  @@ -48,7 +48,7 @@
   
       <!-- Login and security -->
   
  -    <security:identity authenticate-method="#{authenticator.authenticate}" remember-me="true"/>
  +    <security:identity authenticate-method="#{authenticator.authenticate}"/>
   
       <drools:rule-base name="securityRules">
          <drools:rule-files>
  
  
  



More information about the jboss-cvs-commits mailing list