Subject: | Catalyst-Plugin-ErrorCatcher fails if C:P:Authentication is not loaded. |
If C:P:Authentication is not loaded, C:P:ErrorCatcher fails because it
calls $c->user_exists to check if the user is logged in. This method is
provided by C:P:Authentication
I've attached a one-line patch that solves this issue. At the moment I
can't come up with a sane way of testing it (it works in my app!),
without creating a second TestApp with Authentication not loaded.
For reference, perl 5.8.8, Catalyst 5.80018, on Linux dev
2.6.22.19-0.2-xen #1 SMP 2008-12-18 10:17:03 +0100 x86_64 x86_64 x86_64
GNU/Linux.
Happy to try and create a proper test for this if that would help.
Subject: | catalyst-plugin-errorcatcher-auth-patch |
Message body not shown because it is not plain text.