id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 12818 post_process_request no longer redirects after exception handling Ryan J Ollos Ryan J Ollos "Prior to Trac 1.2, a redirect in `post_process_request` during exception handling would succeed because `RequestDone` was [browser:tags/trac-1.0.13/trac/web/main.py@:280-281#L273 re-raised]. r14604 attempted to simplify the complex nested exception handling. `RequestDone` is [browser:tags/trac-1.2.1/trac/web/main.py@:272-273#L265 no longer re-raised]. The issue was discovered in [th:#13185]. " defect closed normal 1.2.2 web frontend normal fixed The `post_process_request` method can redirect during exception handling from an exception raised in `process_request` (fix for regression in r14604).