severity 470890 grave
thanks

On Sun, 22 Feb 2009, Ernesto Hernández-Novich wrote:

This bug should be marked grave because any application using
CGI::Application::Plugins::ActionDispatch and having actions with
capturing regexes (almost all :-) will be broken because of it.

Line 150 is a debugging line that uses Data::Dumper to dump the current
application status to STDOUT. This line is in the normal flow of
processing therefore will be reached in every execution, thus breaking
most applications. Depending on how the programmer set up the
CGI::Application module, it may break the application with anything
ranging from a webserver's 500 error to unexpected output on the
generated page.

The bug can be fixed either by removing line 150 or upgrading to a later
upstream release.


--
Jaldhar H. Vyas <[email protected]>

Reply via email to