From fa360bee1863b1cb715a29966567ae08118de9a5 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 9 Apr 2016 01:15:25 +0200 Subject: Bug 1261538 - Bugzilla is unable to access attachment.cgi when ssl_redirect = true and using Plack r=dylan --- Bugzilla.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Bugzilla.pm') 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. -- cgit v1.2.3-24-g4f1b