Re: browser cache - response headers - page/ajax/asset requests

2012-02-25 Thread Paul Stanton
derkoe, I think this is the simplest way: public static void contributePageRenderRequestHandler(OrderedConfiguration configuration) { configuration.addInstance("NoCacheHeaderRequestFilter", NoCacheHeaderRequestFilter.class); } public static void contributeAjaxCompo

Re: browser cache - response headers - page/ajax/asset requests

2012-02-24 Thread Paul Stanton
For our project, every tapestry page includes dynamic content, therefore we do not want any cache used on the client. Thanks for the tip. On 25/02/2012 8:22 AM, derkoe wrote: Paul Stanton-4 wrote Hi All, Hi! Paul Stanton-4 wrote In a t5.1 app, I thought it was worth checking every reques

Re: browser cache - response headers - page/ajax/asset requests

2012-02-24 Thread derkoe
Paul Stanton-4 wrote > > Hi All, > Hi! Paul Stanton-4 wrote > > In a t5.1 app, I thought it was worth checking every request path and > setting the 'no-cache' response headers for all page/ajax requests. > > I'm not sure if this is still needed, but my required behaviour is that > all pag