[jboss-cvs] jboss-seam/examples/seampay/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/seampay/resources/WEB-INF web.xml
Log:
use SeamFilter
Revision Changes Path
1.5 +5 -14 jboss-seam/examples/seampay/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/seampay/resources/WEB-INF/web.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- web.xml 20 Feb 2007 15:10:43 -0000 1.4
+++ web.xml 22 Feb 2007 04:27:56 -0000 1.5
@@ -9,22 +9,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-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>
<servlet>
More information about the jboss-cvs-commits
mailing list