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

Shane Bryzak sbryzak at redhat.com
Sun May 27 05:24:31 EDT 2007


  User: sbryzak2
  Date: 07/05/27 05:24:31

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  JBSEAM-743
  
  Revision  Changes    Path
  1.83      +1 -5      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.82
  retrieving revision 1.83
  diff -u -b -r1.82 -r1.83
  --- Identity.java	25 May 2007 02:18:30 -0000	1.82
  +++ Identity.java	27 May 2007 09:24:31 -0000	1.83
  @@ -134,11 +134,7 @@
       */
      public void beginRequest()
      {
  -      if (authenticateEveryRequest || authenticateNextRequest)
  -      {
  -         authenticateNextRequest = false;
  -         quietLogin();
  -      }
  +
      }
      
      /**
  
  
  



More information about the jboss-cvs-commits mailing list