[google-appengine] Re: Cache-Control and Expires for static

2009-06-11 Thread Peter Ondruska
Thanks Jeff, I will definitely do this for my Python engines. Is there any similar directive I can use in Java engine? On Jun 9, 12:31 am, "Jeff S (Google)" wrote: > Hi Peter, > > Have you tried the default_expiration configuration option and the > expiration option in app.yaml? Each static file

[google-appengine] Re: Cache-Control and Expires for static

2009-06-08 Thread Jeff S (Google)
Hi Peter, Have you tried the default_expiration configuration option and the expiration option in app.yaml? Each static file handler could have a different expiration. http://code.google.com/appengine/docs/python/config/appconfig.html#Static_File_Handlers Cheers, Jeff On Sun, Jun 7, 2009 at 1: