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

Shane Bryzak Shane_Bryzak at symantec.com
Thu Oct 19 21:21:13 EDT 2006


  User: sbryzak2
  Date: 06/10/19 21:21:13

  Modified:    src/main/org/jboss/seam/interceptors 
                        SecurityInterceptor.java
  Log:
  fixed bug in security interceptor
  
  Revision  Changes    Path
  1.7       +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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- SecurityInterceptor.java	19 Oct 2006 05:30:28 -0000	1.6
  +++ SecurityInterceptor.java	20 Oct 2006 01:21:13 -0000	1.7
  @@ -110,7 +110,7 @@
             // Fall through to error page
           }
   
  -        forwardToErrorPage(sec);
  +        return forwardToErrorPage(sec);
         }
   
         return invocation.proceed();
  
  
  



More information about the jboss-cvs-commits mailing list