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

Shane Bryzak sbryzak at redhat.com
Tue May 29 20:05:11 EDT 2007


  User: sbryzak2
  Date: 07/05/29 20:05:11

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  removed unused field
  
  Revision  Changes    Path
  1.84      +0 -10     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.83
  retrieving revision 1.84
  diff -u -b -r1.83 -r1.84
  --- Identity.java	27 May 2007 09:24:31 -0000	1.83
  +++ Identity.java	30 May 2007 00:05:11 -0000	1.84
  @@ -75,8 +75,6 @@
      
      private boolean authenticateEveryRequest = false;
      
  -   private boolean authenticateNextRequest = false;
  -   
      @Override
      protected String getCookieName()
      {
  @@ -110,14 +108,6 @@
         this.authenticateEveryRequest = authenticateEveryRequest;
      }
      
  -   /**
  -    * If invoked, the next request will be explicitly authenticated.
  -    */
  -   public void authenticateNextRequest()
  -   {
  -      this.authenticateNextRequest = true;
  -   }
  -
      private void initCredentialsFromCookie()
      {
         username = getCookieValue();
  
  
  



More information about the jboss-cvs-commits mailing list