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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Dec 12 18:33:21 EST 2006


  User: sbryzak2
  Date: 06/12/12 18:33:21

  Modified:    src/main/org/jboss/seam/security  SeamSecurityManager.java
  Log:
  added @Install(false)
  
  Revision  Changes    Path
  1.23      +1 -1      jboss-seam/src/main/org/jboss/seam/security/SeamSecurityManager.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamSecurityManager.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/SeamSecurityManager.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- SeamSecurityManager.java	11 Dec 2006 00:56:30 -0000	1.22
  +++ SeamSecurityManager.java	12 Dec 2006 23:33:21 -0000	1.23
  @@ -37,7 +37,7 @@
    */
   @Scope(APPLICATION)
   @Name("org.jboss.seam.securityManager")
  - at Install(precedence=BUILT_IN)
  + at Install(value = false, precedence=BUILT_IN)
   @Intercept(InterceptionType.NEVER)
   public class SeamSecurityManager
   {
  
  
  



More information about the jboss-cvs-commits mailing list