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

Takayoshi Kimura (JIRA) jira-events at lists.jboss.org
Tue Nov 20 01:08:28 EST 2007


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.2.GA
            Reporter: Takayoshi Kimura
         Assigned To: Remy Maucherat
            Priority: Minor


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.5; JBoss- at implementation.version@/JBossWeb-2.0</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