[Lift] Permit caching of certain pages

2010-01-08 Thread Alex Black
It looks like Lift sets response headers to prohibit caching of responses. I have some pages I need to permit the browser to cache, whats the best way to go about that? Can I overwrite/change the response headers? I don't see a method to do this on S, I do see S.getHeaders? Thanks! - ALex --

Re: [Lift] Permit caching of certain pages

2010-01-08 Thread David Pollak
On Fri, Jan 8, 2010 at 12:28 PM, Alex Black a...@alexblack.ca wrote: It looks like Lift sets response headers to prohibit caching of responses. I have some pages I need to permit the browser to cache, whats the best way to go about that? Open a ticket and we'll add the feature. ;-) Can