[jboss-jira] [JBoss JIRA] Reopened: (JBAS-4994) ReplyHeaderFilter reports old versions: Servlet 2.4, Tomcat-5.5

Jean-Frederic Clere (JIRA) jira-events at lists.jboss.org
Mon May 19 06:11:23 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBAS-4994?page=all ]

Jean-Frederic Clere reopened JBAS-4994:
---------------------------------------

             
Servlet 2.4; JBoss- at implementation.version@/Tomcat-5.5
Should be changed to
Servlet 2.4; JBoss- at implementation.version@/Tomcat-6.0
Note that trunk has:
Servlet 2.5; JBoss-5.0/JBossWeb-2.0/Tomcat-6.0

> 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