Adding custom http headers to pages that my Tomcat serve

2008-09-21 Thread Clement Low
Hi all, I would like to set a custom header to all of the pages that my Tomcat serve : *meta http-equiv=X-UA-Compatible content=IE=EmulateIE7 /* What this does is basically telling IE 8 to display the particular page as if it were in IE 7. I do not want to add this header to every page that

Re: Adding custom http headers to pages that my Tomcat serve

2008-09-21 Thread Mikolaj Rydzewski
Clement Low wrote: I would like to set a custom header to all of the pages that my Tomcat serve : *meta http-equiv=X-UA-Compatible content=IE=EmulateIE7 /* What this does is basically telling IE 8 to display the particular page as if it were in IE 7. I do not want to add this header to

Re: Adding custom http headers to pages that my Tomcat serve

2008-09-21 Thread André Warnier
Mikolaj Rydzewski wrote: Clement Low wrote: I would like to set a custom header to all of the pages that my Tomcat serve : *meta http-equiv=X-UA-Compatible content=IE=EmulateIE7 /* What this does is basically telling IE 8 to display the particular page as if it were in IE 7. I do not

Re: Adding custom http headers to pages that my Tomcat serve

2008-09-21 Thread André Warnier
André Warnier wrote: [...] I wanted to add something to my previous hypothesis that I believe that, in theory, the meta http-equiv= content= ... tag in the html document, should have the same effect as if the server, in the HTTP headers of the response, had sent a header like :