ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

Static file pattern handlers in app.yaml getting ignored #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The bin/apptool console script lacks support for parsing file pattern handler 
definitions like:

- url: /images/(.*)
  static_files: static/images/\1
  upload: static/images/(.*)

So, they get ignored and NGINX responds with 404.

Original issue reported on code.google.com by tobias.r...@gmail.com on 14 Oct 2009 at 1:59

GoogleCodeExporter commented 9 years ago
Fixed on the trunk and in the current 0.1.0a3 release.

Original comment by tobias.r...@gmail.com on 22 Oct 2009 at 11:11