Subject: | Does not respect plugins which set response body on finalize_error |
perl 5.8.8
Catalyst 5.80024
Catalyst::Plugin::Unicode 0.93
Catalyst::Plugin::CustomErrorMessage 0.04
C::P::Unicode encodes body in finalize which seems to be too early.
C::P::CustomErrorMessage sets response body in finalize_error method and
therefore is missed by C::P::U.
PS: If I rename C::P::U's finalize method to finalize_body body is
encoded and everything seems to be OK.