3 Replies Latest reply on May 20, 2009 3:47 AM by spotlight2001

    HTTP Header: X-Powered-By doesnt vanish

    spotlight2001

      X-Powered-By Servlet 2.5; JBoss-5.0/JBossWeb-2.1

      Jboss sends on HTTP request the mentioned header to the client. According to the manual it can be turned off. I tried the following methods, restarted of course - the header is still there:


      server.xml


      web.xml
      <init-param>
      <param-name>xpoweredBy</param-name>
      <param-value>false</param-value>
      </init-param>


      Plz give a hint how to remove the header