[cgiapp] [Bug Report] CGI::Application 3.1

2004-01-09 Thread Josh Glover
I found an issue with CGI::Application that I consider to be a bug (at least, it stopped me from doing something that I needed to do). In CGI::Application::run(), the default runmode is set like this: # If $rm undefined, use default (start) mode my $def_rm = $self-start_mode() || ''; $rm =

[cgiapp] Re: [Bug Report] CGI::Application 3.1

2004-01-09 Thread Mark Stosberg
On 2004-01-09, Josh Glover [EMAIL PROTECTED] wrote: --GPJrCs/72TxItFYR Content-Type: multipart/mixed; boundary=OwLcNYc0lM97+oe1 Content-Disposition: inline --OwLcNYc0lM97+oe1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable

[cgiapp] Volunteer requested to improve dump_html() method

2004-01-09 Thread Mark Stosberg
That last bug report prodded me to check the CPAN bug system for any other open CGI::App bugs. I found one that could still use attention. It suggests approving the dump_html() method to properly HTML-escape output. Seems reasonable to me. Any volunteers to write the code and tests for this?