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

Shane Bryzak Shane_Bryzak at symantec.com
Wed Nov 8 18:28:38 EST 2006


  User: sbryzak2
  Date: 06/11/08 18:28:38

  Modified:    src/main/org/jboss/seam/interceptors 
                        SecurityInterceptor.java
  Log:
  moved security annotations to org.jboss.seam.annotations.security, other security changes
  
  Revision  Changes    Path
  1.10      +1 -1      jboss-seam/src/main/org/jboss/seam/interceptors/SecurityInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SecurityInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/interceptors/SecurityInterceptor.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- SecurityInterceptor.java	1 Nov 2006 02:54:02 -0000	1.9
  +++ SecurityInterceptor.java	8 Nov 2006 23:28:38 -0000	1.10
  @@ -7,7 +7,7 @@
   import org.jboss.seam.annotations.AroundInvoke;
   import org.jboss.seam.annotations.Interceptor;
   import org.jboss.seam.annotations.Permission;
  -import org.jboss.seam.annotations.Secure;
  +import org.jboss.seam.annotations.security.Secure;
   import org.jboss.seam.core.FacesMessages;
   import org.jboss.seam.intercept.InvocationContext;
   import org.jboss.seam.security.Authentication;
  
  
  



More information about the jboss-cvs-commits mailing list