in reply to Re: Return 403 from within CGI::Application runmode
in thread Return 403 from within CGI::Application runmode

With this I get the exact same behavior as I did when using CGI::Application::Plugin::Apache and Apache::Request->status(). Only 400, 404, and 500 work.

Could this be a limitation inside CGI::Application::Dispatch?

  • Comment on Re^2: Return 403 from within CGI::Application runmode

Replies are listed 'Best First'.
Re^3: Return 403 from within CGI::Application runmode
by Anonymous Monk on Feb 14, 2010 at 21:23 UTC
Re^3: Return 403 from within CGI::Application runmode
by scorpio17 (Canon) on Feb 12, 2010 at 18:23 UTC

    Possibly.

    I've done something similar, which works for me... but I'm not using mod_perl, nor CGI::Application::Dispatch, nor CGI::Application::Plugin::Apache. So, maybe something in one of those is behaving badly?