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

Shane Bryzak sbryzak at redhat.com
Thu Oct 11 23:25:22 EDT 2007


  User: sbryzak2
  Date: 07/10/11 23:25:22

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  JBSEAM-2063
  
  Revision  Changes    Path
  1.100     +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.99
  retrieving revision 1.100
  diff -u -b -r1.99 -r1.100
  --- Identity.java	4 Oct 2007 23:08:09 -0000	1.99
  +++ Identity.java	12 Oct 2007 03:25:22 -0000	1.100
  @@ -417,6 +417,7 @@
      {
         principal = null;
         Session.instance().invalidate();
  +      Events.instance().raiseEvent("org.jboss.seam.loggedOut");
      }
   
      /**
  
  
  



More information about the jboss-cvs-commits mailing list