From bfb3a320bd8c3e18149f1fedf22e5edfae3645c3 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 6 Apr 2013 10:14:38 -0500 Subject: [PATCH] comment about incompatibility of GAE static mapping and parametric router syntax, thanks Jonathan --- VERSION | 2 +- app.example.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index a84ad33d..9c1b22b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.5-stable+timestamp.2013.04.06.10.09.56 +Version 2.4.5-stable+timestamp.2013.04.06.10.13.58 diff --git a/app.example.yaml b/app.example.yaml index 96e25b3c..61c6ba55 100644 --- a/app.example.yaml +++ b/app.example.yaml @@ -21,6 +21,10 @@ default_expiration: "24h" # for static files handlers: +# Warning! Static mapping - below - isn't compatible with +# the parametric router's language logic. +# You cannot use them together. + - url: /(?P.+?)/static/(?P.+) static_files: applications/\1/static/\2 upload: applications/(.+?)/static/(.+)