[jboss-cvs] JBossAS SVN: r75835 - branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 15 05:31:02 EDT 2008


Author: jfrederic.clere at jboss.com
Date: 2008-07-15 05:31:02 -0400 (Tue, 15 Jul 2008)
New Revision: 75835

Modified:
   branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/web.xml
Log:
We use JBossWEB-2.0.x not TC-5.5.x


Modified: branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/web.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/web.xml	2008-07-15 09:03:24 UTC (rev 75834)
+++ branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/web.xml	2008-07-15 09:31:02 UTC (rev 75835)
@@ -28,7 +28,7 @@
       <filter-class>org.jboss.web.tomcat.filters.ReplyHeaderFilter</filter-class>
       <init-param>
          <param-name>X-Powered-By</param-name>
-         <param-value>Servlet 2.4; JBoss- at implementation.version@/Tomcat-5.5</param-value>
+         <param-value>Servlet 2.4; JBoss- at implementation.version@/JBossWeb-2.0</param-value>
       </init-param>
    </filter>
 




More information about the jboss-cvs-commits mailing list