[jboss-jira] [JBoss JIRA] Commented: (JBAS-4994) ReplyHeaderFilter reports old versions: Servlet 2.4, Tomcat-5.5
Dimitris Andreadis (JIRA)
jira-events at lists.jboss.org
Mon Jul 14 08:42:26 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAS-4994?page=comments#action_12421176 ]
Dimitris Andreadis commented on JBAS-4994:
------------------------------------------
So are we adding the tomcat version or not?
> 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
> Fix For: JBossAS-4.2.3.GA
>
>
> 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- at implementation.version@/Tomcat-5.5</param-value>
> </init-param>
> </filter>
> should be:
> <param-value>Servlet 2.5; JBoss- at implementation.version@/JBossWeb-2.x</param-value>
> or more simply:
> <param-value>JBoss- at implementation.version@</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
More information about the jboss-jira
mailing list