Joseph Morgan wrote:
Using Tomcat 6.0.13, how do we configure the Coyote server to deliver a
P3P header on every request, even if for a JavaScript, Image, CSS, etc?

I don't know about the Coyote server, and it won't work for a request, but if you are talking about a Tomcat webapp and its responses, how about a servlet filter mapped to "/*" and adding such a header to every response ?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to