[jboss-cvs] jboss-seam/examples/seamspace/resources/WEB-INF ...
Shane Bryzak
Shane_Bryzak at symantec.com
Fri Feb 2 11:39:52 EST 2007
User: sbryzak2
Date: 07/02/02 11:39:52
Modified: examples/seamspace/resources/WEB-INF web.xml
Log:
JBSEAM-738
Revision Changes Path
1.8 +12 -0 jboss-seam/examples/seamspace/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/seamspace/resources/WEB-INF/web.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- web.xml 26 Jan 2007 05:32:20 -0000 1.7
+++ web.xml 2 Feb 2007 16:39:52 -0000 1.8
@@ -102,6 +102,18 @@
<url-pattern>/content/*</url-pattern>
</filter-mapping>
+ <!-- Captcha Servlet -->
+
+ <servlet>
+ <servlet-name>Captcha Servlet</servlet-name>
+ <servlet-class>org.jboss.seam.servlet.CaptchaServlet</servlet-class>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>Captcha Servlet</servlet-name>
+ <url-pattern>/captcha</url-pattern>
+ </servlet-mapping>
+
<!-- Seam Remoting -->
<servlet>
More information about the jboss-cvs-commits
mailing list