Subject: | CGI::App's error_mode isn't respected |
I do a die() in a cgiapp_prerun if some security criteria isn't met and
when that happens, Dispatch isn't letting the error_mode handle it.
It outputs my die message in the apache error log:
CGI::Application::Dispatch - ERROR Error executing class callback in
prerun stage: We couldn't pull up your contact record, based on the
given ID # (14387) at /var/www/lib/QSR/Resources/OneSource.pm line 274.
I upgraded to _05, but that brought on some other more serious problems
(about to post another ticket), so I'm not sure if it's fixed.