Re: Arbitrary headers

2007-11-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gustavo, Gustavo Noronha wrote: > I want to have the HTTP server of Tomcat add arbitrary headers to every > response. As an example, I'd like every request to have in its response, for > instance: > > X-MyOwnHeader = lala >

Arbitrary headers

2007-11-06 Thread Gustavo Noronha
Hello, I want to have the HTTP server of Tomcat add arbitrary headers to every response. As an example, I'd like every request to have in its response, for instance: X-MyOwnHeader = lala Something like Apache HTTPD's mod_headers. Is there a way to do that? Thanks, -- Gustavo Nor