Always trap proxy exceptions

This commit is contained in:
Armin Ronacher 2013-01-21 17:44:32 +00:00
parent ff2e8449ff
commit f1537a9d7a
2 changed files with 8 additions and 2 deletions

View file

@ -43,6 +43,8 @@ Release date to be decided.
context which makes them available in imported templates. One has to be
very careful with those though because usage outside of macros might
cause caching.
- Flask will no longer invoke the wrong error handlers if a proxy
exception is passed through.
Version 0.9
-----------