Re: [us...@httpd] How to avoid caching on apache (with tomcat in back-end)?

2009-03-24 Thread Matus UHLAR - fantomas
On 23.03.09 16:12, Darius Rus wrote: > I have a dynamic (JSP) page with a form that can be submitted that contains: > > response.setHeader("Cache-Control","no-cache"); //HTTP 1.1 > response.setHeader("Pragma","no-store, no-cache, must-revalidate"); //HTTP 1.0 only no-cache is used in the Pragma:

Re: [us...@httpd] How to avoid caching on apache (with tomcat in back-end)?

2009-03-23 Thread Brian Mearns
On Mon, Mar 23, 2009 at 10:12 AM, Darius Rus wrote: > Hi, > > I have an issue related to caching on apache server (my setup is > Apache/2.2.11 (Win32) in front of tomcat/6.0.18 using mod_jk/1.2.27) > > I have a dynamic (JSP) page with a form that can be submitted that contains: > > response.setHea

Re: [us...@httpd] How to avoid caching on apache (with tomcat in back-end)?

2009-03-23 Thread André Warnier
Darius Rus wrote: [...] I don't know the answer, but before you possibly go off in wrong directions, I suggest you really make double-sure of what is happening, in more precise ways than just what the browser shows. For example, Firefox with the LiveHttpHeaders or HttpFox add-ons, will show the

[us...@httpd] How to avoid caching on apache (with tomcat in back-end)?

2009-03-23 Thread Darius Rus
Hi, I have an issue related to caching on apache server (my setup is Apache/2.2.11 (Win32) in front of tomcat/6.0.18 using mod_jk/1.2.27) I have a dynamic (JSP) page with a form that can be submitted that contains: response.setHeader("Cache-Control","no-cache"); //HTTP 1.1 response.setHeader("Pr