Improve application context popping

Exceptions during teardown handling will no longer leave application
contexts lingering around.  This fixes #1767
This commit is contained in:
Armin Ronacher 2016-05-26 21:46:56 +02:00
parent 87787b130b
commit 8482ce6b8c
3 changed files with 61 additions and 33 deletions

View file

@ -77,6 +77,8 @@ Version 0.11
- ``send_from_directory`` now raises BadRequest if the filename is invalid on
the server OS (pull request ``#1763``).
- Added the ``JSONIFY_MIMETYPE`` configuration variable (pull request ``#1728``).
- Exceptions during teardown handling will no longer leave bad application
contexts lingering around.
Version 0.10.2
--------------