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

Shane Bryzak sbryzak at redhat.com
Mon May 7 23:36:19 EDT 2007


  User: sbryzak2
  Date: 07/05/07 23:36:19

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  JBSEAM-844
  
  Revision  Changes    Path
  1.78      +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.77
  retrieving revision 1.78
  diff -u -b -r1.77 -r1.78
  --- Identity.java	1 May 2007 16:43:53 -0000	1.77
  +++ Identity.java	8 May 2007 03:36:19 -0000	1.78
  @@ -156,6 +156,7 @@
            }
            else
            {
  +            Events.instance().raiseEvent("org.jboss.seam.notAuthorized");
               throw new AuthorizationException(String.format(
                  "Authorization check failed for expression [%s]", expr));
            }
  
  
  



More information about the jboss-cvs-commits mailing list