mod_headers doesn't worker when connecting to tomcat via ajp13 -
apache httpd simply doesn't touch headers coming from tomcat mounted
via ajp13, therefore your information is not correct.

however, to shorten this thread, this is what we did:

- tomcat always delivers default headers, and until now there's not
possibility to change those headers via some configuration
i.e.(web.xml)

what to do?

for each servlet / jsp where you want to change the default headers,
write a filter, which changes the headers, include it into the
web-app's web.xml and you're done.

hth

greg
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to