Re: Modify Cache-Control header

2012-11-19 Thread Konstantin Kolinko
2012/11/18 Terence M. Bandoian tere...@tmbsw.com: On 11/16/2012 2:38 PM, Jose María Zaragoza wrote: Hi: I'm using Tomcat 6 ( I don't remember the exact release, I hope to be forgiven by Pid ) I need to modify Cache-Control header in some responses ( forcing them to not be cached ) What

Re: Modify Cache-Control header

2012-11-18 Thread Terence M. Bandoian
On 11/16/2012 2:38 PM, Jose María Zaragoza wrote: Hi: I'm using Tomcat 6 ( I don't remember the exact release, I hope to be forgiven by Pid ) I need to modify Cache-Control header in some responses ( forcing them to not be cached ) What is the best way to do it ? a) To implement a Valve (

Re: Modify Cache-Control header

2012-11-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jose, On 11/16/12 3:38 PM, Jose María Zaragoza wrote: I need to modify Cache-Control header in some responses ( forcing them to not be cached ) What is the best way to do it ? a) To implement a Valve ( check request context path and if it match

Re: Modify Cache-Control header

2012-11-16 Thread Igor Cicimov
On 17/11/2012 7:38 AM, Jose María Zaragoza demablo...@gmail.com wrote: Hi: I'm using Tomcat 6 ( I don't remember the exact release, I hope to be forgiven by Pid ) I need to modify Cache-Control header in some responses ( forcing them to not be cached ) What is the best way to do it ?