Author: ate
Date: Mon Feb 2 12:49:59 2009
New Revision: 739979
URL: http://svn.apache.org/viewvc?rev=739979&view=rev
Log:
WICKET-2069: removing duplicate definitions of filter and filtermapping for
KittenCaptcha
Modified:
wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml
Modified: wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml?rev=739979&r1=739978&r2=739979&view=diff
==============================================================================
--- wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml (original)
+++ wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml Mon Feb 2
12:49:59 2009
@@ -421,15 +421,6 @@
</init-param>
</filter>
- <filter>
- <filter-name>KittenCaptcha</filter-name>
-
<filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class>
- <init-param>
- <param-name>applicationClassName</param-name>
-
<param-value>org.apache.wicket.examples.kittenCaptcha.WicketApplication</param-value>
- </init-param>
- </filter>
-
<!-- The WicketSesionFilter can be used to provide thread local access
to servlets/ JSPs/ etc -->
<filter>
<filter-name>WicketSessionFilter</filter-name>
@@ -725,13 +716,6 @@
<dispatcher>INCLUDE</dispatcher>
</filter-mapping>
- <filter-mapping>
- <filter-name>KittenCaptcha</filter-name>
- <url-pattern>/kitten-captcha/*</url-pattern>
- <dispatcher>REQUEST</dispatcher>
- <dispatcher>INCLUDE</dispatcher>
- </filter-mapping>
-
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>