Yes, carefull there is a bug in the SDK, "expiration" does not work.
default_expiration works

Another thing, for your second handler, if it's a file you should use
"static_files" and not "static_dir"



On 31 oct, 21:20, dobee <[EMAIL PROTECTED]> wrote:
> is it possible to serve a static directory with a given expiration
> time while serving a contained file with a different expiration.
>
> for example this does not work for me:
>
> - url: /static
>   expiration: 1d
>   static_dir: static
>
> - url: /static/admin/xy\.nocache\.js
>   expiration: 60s
>   static_dir: static
>
> thx in advance, bernd
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to