[jboss-cvs] jboss-seam/examples/drools/resources/WEB-INF ...
Gavin King
gavin.king at jboss.com
Wed Feb 21 23:26:16 EST 2007
User: gavin
Date: 07/02/21 23:26:16
Modified: examples/drools/resources/WEB-INF web.xml
Log:
use SeamFilter
Revision Changes Path
1.3 +10 -10 jboss-seam/examples/drools/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/drools/resources/WEB-INF/web.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- web.xml 12 Oct 2006 02:43:40 -0000 1.2
+++ web.xml 22 Feb 2007 04:26:16 -0000 1.3
@@ -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