summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2016-04-09 01:15:25 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2016-04-09 01:15:25 +0200
commitfa360bee1863b1cb715a29966567ae08118de9a5 (patch)
tree1a1509aa44770306882f8f85b76bef1d08887e58 /Bugzilla.pm
parent60299ec5c0edac882d5552be61e4602e71447af8 (diff)
downloadbugzilla-fa360bee1863b1cb715a29966567ae08118de9a5.tar.gz
bugzilla-fa360bee1863b1cb715a29966567ae08118de9a5.tar.xz
Bug 1261538 - Bugzilla is unable to access attachment.cgi when ssl_redirect = true and using Plack
r=dylan
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 64cf15bb6..802f15845 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -131,11 +131,6 @@ sub init_page {
my $script = basename($0);
- # Because of attachment_base, attachment.cgi handles this itself.
- if ($script ne 'attachment.cgi') {
- do_ssl_redirect_if_required();
- }
-
# If Bugzilla is shut down, do not allow anything to run, just display a
# message to the user about the downtime and log out. Scripts listed in
# SHUTDOWNHTML_EXEMPT are exempt from this message.