From 8121e2b99c720c5c8ba4fb6e88d8fcc4bc4f69a0 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 18 Aug 2013 02:50:26 -0500 Subject: [PATCH] fixed regex in app.example.yaml, thanks Luca --- VERSION | 2 +- app.example.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 7d55c734..c21cf34d 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/app.example.yaml b/app.example.yaml index eead4703..62cd405b 100644 --- a/app.example.yaml +++ b/app.example.yaml @@ -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