Yes you are right, the documentation says: "Patterns are evaluated in
the order they appear in the app.yaml, from top to bottom. The first
mapping whose pattern matches the URL is the one used to handle the
request."

http://code.google.com/appengine/docs/configuringanapp.html

I also made a mistake in the declaration where static_dir: static
should be static_dir: static/images

On Nov 15, 5:08 am, "David Symonds" <[EMAIL PROTECTED]> wrote:
> On Sat, Nov 15, 2008 at 2:03 PM, Anders <[EMAIL PROTECTED]> wrote:
> > - url: /static
> >  static_dir: static
>
> > - url: /static/images
> >  static_dir: static
> >  expiration: "1d"
>
> Try swapping the order of these two. I believe they are scanned in
> order, and the first match is used.
>
> Dave.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
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