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

Shane Bryzak Shane_Bryzak at symantec.com
Sun Jan 7 21:55:41 EST 2007


  User: sbryzak2
  Date: 07/01/07 21:55:41

  Modified:    src/main/org/jboss/seam/security/acl  AclProvider.java
  Log:
  changed the role of the Identity class
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/src/main/org/jboss/seam/security/acl/AclProvider.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AclProvider.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/acl/AclProvider.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- AclProvider.java	16 Dec 2006 07:44:21 -0000	1.4
  +++ AclProvider.java	8 Jan 2007 02:55:41 -0000	1.5
  @@ -51,7 +51,7 @@
   
     protected Acl internalGetAcls(Object obj, Principal principal)
     {
  -    Principal owner = Identity.instance();
  +    Principal owner = Identity.instance().getPrincipal();
   
       Acl acl = new AclImpl(owner);
   
  
  
  



More information about the jboss-cvs-commits mailing list