[Catalyst] Confused: how to handle system-level errors with
fallback pages
Bill Moseley
moseley at hank.org
Tue Aug 31 14:08:07 GMT 2010
On Tue, Aug 31, 2010 at 6:27 AM, Stuart Watt <swatt at infobal.com> wrote:
> As far as I can tell, from observed behaviour and from inspecting the cod=
e,
> an error in the prepare phase does not generate any response. I simply get
> an empty reply. I have checked this using curl as well as a browser. Erro=
rs
> later on seem to work fine.
>
Even the top-level handle_request is wrapped in an eval, but it tests $@
instead of the return value of eval like it should. Is it possible
something is clearing the $@ var?
It's pretty easy to edit Catalyst.pm to check.
-- =
Bill Moseley
moseley at hank.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20100831/7f6f1=
6d6/attachment.htm
More information about the Catalyst
mailing list