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

Shane Bryzak sbryzak at redhat.com
Mon Jul 23 20:31:34 EDT 2007


  User: sbryzak2
  Date: 07/07/23 20:31:34

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  JBSEAM-1713
  
  Revision  Changes    Path
  1.96      +1 -1      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.95
  retrieving revision 1.96
  diff -u -b -r1.95 -r1.96
  --- Identity.java	26 Jun 2007 01:13:28 -0000	1.95
  +++ Identity.java	24 Jul 2007 00:31:34 -0000	1.96
  @@ -124,7 +124,7 @@
         this.authenticateEveryRequest = authenticateEveryRequest;
      }
   
  -   private void initCredentialsFromCookie()
  +   protected void initCredentialsFromCookie()
      {
         FacesContext ctx = FacesContext.getCurrentInstance();
         if (ctx != null)
  
  
  



More information about the jboss-cvs-commits mailing list