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

Shane Bryzak sbryzak at redhat.com
Wed Apr 4 09:57:14 EDT 2007


  User: sbryzak2
  Date: 07/04/04 09:57:14

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  clear subject when authenticating
  
  Revision  Changes    Path
  1.75      +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.74
  retrieving revision 1.75
  diff -u -b -r1.74 -r1.75
  --- Identity.java	28 Feb 2007 06:19:01 -0000	1.74
  +++ Identity.java	4 Apr 2007 13:57:14 -0000	1.75
  @@ -250,6 +250,7 @@
      
      protected void preAuthenticate()
      {
  +      unAuthenticate();
         preAuthenticationRoles.clear();
         Events.instance().raiseEvent("org.jboss.seam.preAuthenticate");
      }   
  
  
  



More information about the jboss-cvs-commits mailing list