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

Shane Bryzak sbryzak at redhat.com
Tue Nov 6 02:33:15 EST 2007


  User: sbryzak2
  Date: 07/11/06 02:33:15

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  JBSEAM-2165
  
  Revision  Changes    Path
  1.101     +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.100
  retrieving revision 1.101
  diff -u -b -r1.100 -r1.101
  --- Identity.java	12 Oct 2007 03:25:22 -0000	1.100
  +++ Identity.java	6 Nov 2007 07:33:15 -0000	1.101
  @@ -319,7 +319,7 @@
         throws LoginException
      {
         // If we're already authenticated, then don't authenticate again
  -      if (!isLoggedIn())
  +      if (!isLoggedIn(false))
         {
            authenticate( getLoginContext() );
         }
  
  
  



More information about the jboss-cvs-commits mailing list