fixed regex in app.example.yaml, thanks Luca

This commit is contained in:
mdipierro
2013-08-18 02:50:26 -05:00
parent aa644ceeb0
commit 8121e2b99c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.6.0-development+timestamp.2013.08.18.02.08.22
Version 2.6.0-development+timestamp.2013.08.18.02.49.16
+2 -2
View File
@@ -25,13 +25,13 @@ handlers:
# the parametric router's language logic.
# You cannot use them together.
- url: /(.+?)/[^_]*\/?static/_\d.\d.\d\/?(.+)
- url: /(.+?)/static/_\d.\d.\d\/(.+)
static_files: applications/\1/static/\2
upload: applications/(.+?)/static/(.+)
secure: optional
expiration: "365d"
- url: /(.+?)/[^_]*\/?static/?(.+)
- url: /(.+?)/static/(.+)
static_files: applications/\1/static/\2
upload: applications/(.+?)/static/(.+)
secure: optional