diff options
author | mkanat%bugzilla.org <> | 2006-07-28 17:20:31 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-07-28 17:20:31 +0200 |
commit | c98c1fce9f4be10f97107584891512eef4f916ee (patch) | |
tree | 1a40381f6111146e1b0a17e565ec0d14cf3bf77d | |
parent | 106207708880e72b247b12b9025bd6a3d3f94b57 (diff) | |
download | bugzilla-c98c1fce9f4be10f97107584891512eef4f916ee.tar.gz bugzilla-c98c1fce9f4be10f97107584891512eef4f916ee.tar.xz |
Bug 173897: Fix |XXX - mod_perl| comments
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
-rw-r--r-- | Bugzilla/CGI.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm index 51c263472..39c812551 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. |