Monday, July 21, 2008
Google App Engine bug( static_dir)
GAE SDK version: 1.1.0
in App.yaml:
- url: /file/
static_dir: res/file
This config will generate an invalide path "res\0xcile\". If you modify the directory name to other, it will work fine( for example: ufile).
in App.yaml:
- url: /file/
static_dir: res/file
This config will generate an invalide path "res\0xcile\". If you modify the directory name to other, it will work fine( for example: ufile).






