[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 handler could have a
> different expiration.
>
> http://code.google.com/appengine/docs/python/config/appconfig.html#St...
>
> Cheers,
>
> Jeff
>
> On Sun, Jun 7, 2009 at 1:53 AM, Peter Ondruska 
> wrote:
>
>
>
>
>
> > I have created filter to change Cache-Control and Expires headers for
> > static resources but this is not enforced for static resources. I
> > would like to set different (higher) expiration for css, GWT cache
> > files, etc. Default is 10 minutes which is far too small.
>
> > Please, if you are interested star issue
> >http://code.google.com/p/googleappengine/issues/detail?id=1662
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[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:53 AM, Peter Ondruska wrote:

>
> I have created filter to change Cache-Control and Expires headers for
> static resources but this is not enforced for static resources. I
> would like to set different (higher) expiration for css, GWT cache
> files, etc. Default is 10 minutes which is far too small.
>
> Please, if you are interested star issue
> http://code.google.com/p/googleappengine/issues/detail?id=1662
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---