2 Replies Latest reply on Nov 19, 2012 10:08 AM by sunilgiri

    How to change Server Banner in HttpResponse header

    sunilgiri

      For some security reasons in out project the normal server  banner header

      Server : Apache-Coyote/1.1

      Needs to be changed, I have tried adding  following in the standalone.xml system properties

       

        <property name="org.apache.coyote.http11.Http11Protocol.SERVER" value="secureserver"/>

       

      But this doesn't seems to work, is there any other setting or property change to achive this?