[jboss-cvs] jboss-seam/examples/itext/resources/WEB-INF ...

Norman Richards norman.richards at jboss.com
Sun Feb 11 16:31:38 EST 2007


  User: nrichards
  Date: 07/02/11 16:31:38

  Modified:    examples/itext/resources/WEB-INF  web.xml
  Log:
  remove seam servlet filter
  
  Revision  Changes    Path
  1.2       +0 -5      jboss-seam/examples/itext/resources/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/resources/WEB-INF/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- web.xml	7 Feb 2007 20:44:06 -0000	1.1
  +++ web.xml	11 Feb 2007 21:31:38 -0000	1.2
  @@ -13,11 +13,6 @@
           <filter-class>org.jboss.seam.servlet.SeamServletFilter</filter-class>
       </filter>
   
  -    <filter-mapping>
  -        <filter-name>Seam Servlet Filter</filter-name>
  -        <url-pattern>*.pdf</url-pattern>
  -    </filter-mapping>
  -
       <filter>
           <filter-name>Seam Redirect Filter</filter-name>
           <filter-class>org.jboss.seam.servlet.SeamRedirectFilter</filter-class>
  
  
  



More information about the jboss-cvs-commits mailing list