diff options
author | Gervase Markham <gerv@gerv.net> | 2014-10-24 09:17:24 +0100 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2014-10-24 09:17:24 +0100 |
commit | bd9062bb8b409de5e7759bf588c1dbd0068f6067 (patch) | |
tree | b87890b9b3cfd4d9ce281b7eee52b5a387589c66 /Bugzilla/Config | |
parent | Bug 1073264 - allow attachment download to be offloaded to the webserver usin... (diff) | |
download | bugzilla-bd9062bb8b409de5e7759bf588c1dbd0068f6067.tar.gz bugzilla-bd9062bb8b409de5e7759bf588c1dbd0068f6067.tar.bz2 bugzilla-bd9062bb8b409de5e7759bf588c1dbd0068f6067.zip |
Revert "Bug 1073264 - allow attachment download to be offloaded to the webserver using X-SendFile or equivalent. r=gerv, a=glob." Morning brain thought this bug was approved for 5.0.
This reverts commit 55e8faeed19ff618483cb5803847bdba6c80c752.
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/Attachment.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Bugzilla/Config/Attachment.pm b/Bugzilla/Config/Attachment.pm index 5bf854293..580ec46d9 100644 --- a/Bugzilla/Config/Attachment.pm +++ b/Bugzilla/Config/Attachment.pm @@ -38,14 +38,6 @@ sub get_param_list { }, { - name => 'xsendfile_header', - type => 's', - choices => ['off', 'X-Sendfile', 'X-Accel-Redirect', 'X-LIGHTTPD-send-file'], - default => 'off', - checker => \&check_multi - }, - - { name => 'maxattachmentsize', type => 't', default => '1000', |