in reply to Re: exception handling in Mojolicious
in thread exception handling in Mojolicious

It does get called and renders the template ok, but the wrong status code is returned to the client.

  • Comment on Re^2: exception handling in Mojolicious

Replies are listed 'Best First'.
Re^3: exception handling in Mojolicious
by Anonymous Monk on Sep 22, 2011 at 14:03 UTC

    It does get called and renders the template ok, but the wrong status code is returned to the client.

    How do you know that it gets called?

      Because I have a trace in it and I can see that the client gets the proper response (apart from the status code).