You know what... I need to learn to read what I write... you are correct, it 
needs to be added to every response.

Thanks

-----Original Message-----
From: André Warnier [mailto:a...@ice-sa.com] 
Sent: Friday, January 14, 2011 3:07 PM
To: Tomcat Users List
Subject: Re: How to configure Tomcat/Coyote to deliver a P3P Header on Every 
Request

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


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

Reply via email to