From: mkanat%bugzilla.org <> Date: Fri, 28 Jul 2006 15:20:31 +0000 (+0000) Subject: Bug 173897: Fix |XXX - mod_perl| comments X-Git-Tag: bugzilla-2.23.3~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c98c1fce9f4be10f97107584891512eef4f916ee;p=thirdparty%2Fbugzilla.git Bug 173897: Fix |XXX - mod_perl| comments Patch By Max Kanat-Alexander r=LpSolit, a=myk --- diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm index 51c2634722..39c8125512 100644 --- a/Bugzilla/CGI.pm +++ b/Bugzilla/CGI.pm @@ -87,13 +87,6 @@ sub new { my $err = $self->cgi_error; if ($err) { - # XXX - under mod_perl we can use the request object to - # enable the apache ErrorDocument stuff, which is localisable - # (and localised by default under apache2). - # This doesn't appear to be possible under mod_cgi. - # Under mod_perl v2, though, this happens automatically, and the - # message body is ignored. - # Note that this error block is only triggered by CGI.pm for malformed # multipart requests, and so should never happen unless there is a # browser bug.