[jboss-cvs] jboss-seam/examples/booking/resources/WEB-INF ...
Gavin King
gavin.king at jboss.com
Wed Feb 21 23:07:03 EST 2007
User: gavin
Date: 07/02/21 23:07:03
Modified: examples/booking/resources/WEB-INF web.xml
Log:
use new filter stuff
Revision Changes Path
1.39 +9 -20 jboss-seam/examples/booking/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/booking/resources/WEB-INF/web.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- web.xml 22 Feb 2007 02:42:24 -0000 1.38
+++ web.xml 22 Feb 2007 04:07:03 -0000 1.39
@@ -38,25 +38,14 @@
<url-pattern>/seam/resource/*</url-pattern>
</servlet-mapping>
- <!-- Propagate conversations across redirects -->
<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-mapping>
-
- <filter>
- <filter-name>Seam Exception Filter</filter-name>
- <filter-class>org.jboss.seam.servlet.SeamExceptionFilter</filter-class>
- </filter>
-
- <filter-mapping>
- <filter-name>Seam Exception Filter</filter-name>
- <url-pattern>*.seam</url-pattern>
+ <filter-name>Seam Filter</filter-name>
+ <url-pattern>/*</url-pattern>
</filter-mapping>
<!-- JSF -->
More information about the jboss-cvs-commits
mailing list