Thanks Tim, I had the same problem today and your solution worked.
Maybe the documentation(http://code.google.com/appengine/docs/python/
config/appconfig.html#Custom_Error_Responses) should make it clear to
not put the custom page in a static folder.
On Aug 18, 12:53 pm, Tim Hoffman wrote:
> Hi
Hi
Looks like the problem was with the error_handlers directive (new in
1.3.6)
I had used
error_handlers:
- file: static/default_error.html
Which also overlapped with a static file handler I had configured
- url: /static
static_dir: static
expiration: "30d"
Moving the static default hand