[jboss-cvs] JBossAS SVN: r95049 - trunk/tomcat/src/resources.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Oct 16 13:20:49 EDT 2009
Author: remy.maucherat at jboss.com
Date: 2009-10-16 13:20:49 -0400 (Fri, 16 Oct 2009)
New Revision: 95049
Modified:
trunk/tomcat/src/resources/web.xml
Log:
- Remove the filter, I will migrate xpowered to JBW.
Modified: trunk/tomcat/src/resources/web.xml
===================================================================
--- trunk/tomcat/src/resources/web.xml 2009-10-16 16:18:48 UTC (rev 95048)
+++ trunk/tomcat/src/resources/web.xml 2009-10-16 17:20:49 UTC (rev 95049)
@@ -30,22 +30,6 @@
<param-value>org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider</param-value>
</context-param>
- <!-- ================== Common filter Configuration ==================== -->
- <filter>
- <filter-name>CommonHeadersFilter</filter-name>
- <filter-class>
- org.jboss.web.tomcat.filters.ReplyHeaderFilter</filter-class>
- <init-param>
- <param-name>X-Powered-By</param-name>
- <param-value>Servlet 2.5; JBoss-5.0/JBossWeb-2.1</param-value>
- </init-param>
- </filter>
-
- <filter-mapping>
- <filter-name>CommonHeadersFilter</filter-name>
- <url-pattern>/*</url-pattern>
- </filter-mapping>
-
<!-- ================== Common Listener Configuration ==================== -->
<listener>
<listener-class>org.jboss.web.tomcat.security.SecurityFlushSessionListener</listener-class>
More information about the jboss-cvs-commits
mailing list