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

Shane Bryzak sbryzak at redhat.com
Thu May 24 21:33:21 EDT 2007


  User: sbryzak2
  Date: 07/05/24 21:33:21

  Modified:    src/main/org/jboss/seam/web  HttpAuthFilter.java
  Log:
  don't install by default
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/src/main/org/jboss/seam/web/HttpAuthFilter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HttpAuthFilter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web/HttpAuthFilter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- HttpAuthFilter.java	23 May 2007 08:24:49 -0000	1.3
  +++ HttpAuthFilter.java	25 May 2007 01:33:21 -0000	1.4
  @@ -42,7 +42,7 @@
   @Startup
   @Scope(APPLICATION)
   @Name("org.jboss.seam.web.httpAuthFilter")
  - at Install(precedence = BUILT_IN)
  + at Install(value = false, precedence = BUILT_IN)
   @Intercept(NEVER)
   @Filter(within = "org.jboss.seam.web.exceptionFilter")
   public class HttpAuthFilter extends AbstractFilter
  
  
  



More information about the jboss-cvs-commits mailing list