[jboss-cvs] jboss-seam/src/main/org/jboss/seam/security ...

Gavin King gavin.king at jboss.com
Thu Feb 1 03:33:26 EST 2007


  User: gavin   
  Date: 07/02/01 03:33:26

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  remember me
  
  Revision  Changes    Path
  1.41      +1 -0      jboss-seam/src/main/org/jboss/seam/security/Identity.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Identity.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/Identity.java,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -b -r1.40 -r1.41
  --- Identity.java	1 Feb 2007 08:31:49 -0000	1.40
  +++ Identity.java	1 Feb 2007 08:33:26 -0000	1.41
  @@ -82,6 +82,7 @@
      {
         setCookieEnabled(true);
         username = getCookieValue();
  +      setDirty();
         setCookieEnabled(false);
         if (username!=null)
         {
  
  
  



More information about the jboss-cvs-commits mailing list