]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 173897: Fix |XXX - mod_perl| comments
authormkanat%bugzilla.org <>
Fri, 28 Jul 2006 15:20:31 +0000 (15:20 +0000)
committermkanat%bugzilla.org <>
Fri, 28 Jul 2006 15:20:31 +0000 (15:20 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

Bugzilla/CGI.pm

index 51c26347228bf71af68384456d808e659c36d04d..39c81255123ada70ae21cdb975629a8c942f0a3b 100644 (file)
@@ -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.