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

Gavin King gavin.king at jboss.com
Wed Feb 21 23:27:56 EST 2007


  User: gavin   
  Date: 07/02/21 23:27:56

  Modified:    examples/todo/resources/WEB-INF  web.xml
  Log:
  use SeamFilter
  
  Revision  Changes    Path
  1.7       +10 -10    jboss-seam/examples/todo/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/todo/resources/WEB-INF/web.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- web.xml	12 Oct 2006 02:43:44 -0000	1.6
  +++ web.xml	22 Feb 2007 04:27:56 -0000	1.7
  @@ -12,13 +12,13 @@
       </listener>
   
       <filter>
  -        <filter-name>Seam Redirect Filter</filter-name>
  -        <filter-class>org.jboss.seam.servlet.SeamRedirectFilter</filter-class>
  +        <filter-name>Seam Filter</filter-name>
  +        <filter-class>org.jboss.seam.web.SeamFilter</filter-class>
       </filter>
   
       <filter-mapping>
  -        <filter-name>Seam Redirect Filter</filter-name>
  -        <url-pattern>*.seam</url-pattern>
  +        <filter-name>Seam Filter</filter-name>
  +        <url-pattern>/*</url-pattern>
       </filter-mapping>
       
       <!-- MyFaces -->
  
  
  



More information about the jboss-cvs-commits mailing list