Re: Setting HTTP Response Headers Through Tomcat Configurations

2010-03-16 Thread Konstantin Kolinko
2010/3/16 Anurag Kapur : > I wanted to poll this group to know if there are any settings/configurations > in Tomcat (version 5.5.27) that can set default HTTP response headers, fir > example Cache-Control? There is none. You can either implement a Filter [1] (inside a web application), see the Ja

Setting HTTP Response Headers Through Tomcat Configurations

2010-03-16 Thread Anurag Kapur
Hello, I wanted to poll this group to know if there are any settings/configurations in Tomcat (version 5.5.27) that can set default HTTP response headers, fir example Cache-Control? I know this can be done through application specific code using HttpServletResponse