X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;h=4781e45300875b7021fac6a25f84a2f144111a61;hp=daf53d191f507de45bc9cda0e169a8ceea03c8f1;hb=258733f15e1e1ec4b4d92eda4b4471833890aced;hpb=aa3897dbd07156dbd1b80c5d1571101140e13a11 diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index daf53d1..4781e45 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -180,6 +180,9 @@ sub finalize_error { $title = $name = "$name on Catalyst $Catalyst::VERSION"; $name = "

$name

"; + # Don't show context in the dump + $c->res->_clear_context; + # Don't show body parser in the dump $c->req->_clear_body;