[jboss-cvs] jboss-seam/examples/seamspace/resources/META-INF ...

Gavin King gavin.king at jboss.com
Sat May 19 12:45:12 EDT 2007


  User: gavin   
  Date: 07/05/19 12:45:12

  Modified:    examples/seamspace/resources/META-INF  security-rules.drl
  Log:
  accomodate restore permission
  
  Revision  Changes    Path
  1.17      +1 -1      jboss-seam/examples/seamspace/resources/META-INF/security-rules.drl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security-rules.drl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/resources/META-INF/security-rules.drl,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- security-rules.drl	10 May 2007 02:04:31 -0000	1.16
  +++ security-rules.drl	19 May 2007 16:45:12 -0000	1.17
  @@ -35,7 +35,7 @@
     no-loop
     activation-group "permissions"
   when
  -  check: PermissionCheck(name == "/comment.xhtml", action == "render", granted == false)
  +  check: PermissionCheck(name == "/comment.xhtml", granted == false)
     Role(name == "user")
   then
     check.grant();
  
  
  



More information about the jboss-cvs-commits mailing list