You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Felix Knecht <fe...@felixknecht.ch> on 2007/06/12 10:31:35 UTC

Double configuration in rcl/WEB-INF/web.xml

Don't know if it matters or not, but the url-pattern "/*" is configured
twice.

Felix


Index:
tools/cocoon-maven-plugin/src/main/resources/org/apache/cocoon/maven/rcl/WEB-INF/web.xml
===================================================================
---
tools/cocoon-maven-plugin/src/main/resources/org/apache/cocoon/maven/rcl/WEB-INF/web.xml   
(revision 546005)
+++
tools/cocoon-maven-plugin/src/main/resources/org/apache/cocoon/maven/rcl/WEB-INF/web.xml   
(working copy)
@@ -113,10 +113,6 @@
         <servlet-name>DispatcherServlet</servlet-name>
         <url-pattern>*.html</url-pattern>
       </servlet-mapping>
-      <servlet-mapping>
-        <servlet-name>DispatcherServlet</servlet-name>
-        <url-pattern>/*</url-pattern>
-      </servlet-mapping>
       <!-- various MIME type mappings
====================================== -->
       <mime-mapping>
         <extension>css</extension>