comment about incompatibility of GAE static mapping and parametric router syntax, thanks Jonathan
This commit is contained in:
2
VERSION
2
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
|
||||
|
||||
@@ -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<a>.+?)/static/(?P<b>.+)
|
||||
static_files: applications/\1/static/\2
|
||||
upload: applications/(.+?)/static/(.+)
|
||||
|
||||
Reference in New Issue
Block a user