> Unless there is a PATCH in bugzilla, then no.
OK. Thanks for your help, Tim.
Ian.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Unless there is a PATCH in bugzilla, then no.
-Tim
Ian Stevens wrote:
The Server header is hardcoded into the Connectors. You can't
remove/change it without a PATCH/recompile to
org.apache.coyote.http11.Constants
That's certainly what I saw when looking at the source. There's no way
alter it us
> The Server header is hardcoded into the Connectors. You can't
> remove/change it without a PATCH/recompile to
> org.apache.coyote.http11.Constants
That's certainly what I saw when looking at the source. There's no way
alter it using a javax.servlet.Filter and a
javax.servlet.HttpServletRespon
The Server header is hardcoded into the Connectors. You can't remove/change
it without a PATCH/recompile to org.apache.coyote.http11.Constants
-Tim
Ian Stevens wrote:
Is it possible to programmatically change the Server header?
[...]
Surely there is a way to alter the Server header of an HTTP
> > > Is it possible to programmatically change the Server header?
[...]
> Surely there is a way to alter the Server header of an HTTP
> response, if only for security reasons. I can't be the only
> person who wishes to do this. I would appreciate any
> suggestions as to how this can be acco
> > Is it possible to programmatically change the Server header?
> > Barring that, is it possible to set a Server header for a servlet
> > within its web.xml file? My least preferred method is to change the
Server
> > header within Tomcat's server.xml file.
> I was thinking that a javax.servlet