[
http://jira.jboss.com/jira/browse/JBAS-4994?page=all ]
Takayoshi Kimura updated JBAS-4994:
-----------------------------------
Affects Version/s: JBossAS-4.2.1.GA
JBossAS-4.2.0.GA
Description:
The jboss-web.deployer/conf/web.xml file has old version info.
In tomcat/src/resources/web.xml:
<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.4;
JBoss-@implementation.version(a)/Tomcat-5.5</param-value>
</init-param>
</filter>
should be:
<param-value>Servlet 2.5;
JBoss-@implementation.version(a)/JBossWeb-2.x</param-value>
or more simply:
<param-value>JBoss-@implementation.version(a)</param-value>
was:
jboss-web.deployer/conf/web.xml has old version info:
<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.4;
JBoss-@implementation.version(a)/Tomcat-5.5</param-value>
</init-param>
</filter>
should be:
<param-value>Servlet 2.5;
JBoss-@implementation.version(a)/JBossWeb-2.x</param-value>
or more simply:
<param-value>JBoss-@implementation.version(a)</param-value>
ReplyHeaderFilter reports old versions: Servlet 2.4, Tomcat-5.5
---------------------------------------------------------------
Key: JBAS-4994
URL:
http://jira.jboss.com/jira/browse/JBAS-4994
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web (Tomcat) service
Affects Versions: JBossAS-4.2.1.GA, JBossAS-4.2.0.GA, JBossAS-4.2.2.GA
Reporter: Takayoshi Kimura
Assigned To: Remy Maucherat
Priority: Minor
The jboss-web.deployer/conf/web.xml file has old version info.
In tomcat/src/resources/web.xml:
<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.4;
JBoss-@implementation.version(a)/Tomcat-5.5</param-value>
</init-param>
</filter>
should be:
<param-value>Servlet 2.5;
JBoss-@implementation.version(a)/JBossWeb-2.x</param-value>
or more simply:
<param-value>JBoss-@implementation.version(a)</param-value>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira