From 253202c4af17c03e53e27db12c3db2b97a65c266 2016-01-21 04:47:55 From: Jean-Philippe Lang Date: 2016-01-21 04:47:55 Subject: [PATCH] Merged r15013 (#21656). git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15079 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 98a2246..1fae635 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -595,7 +595,7 @@ class ApplicationController < ActionController::Base # Returns a string that can be used as filename value in Content-Disposition header def filename_for_content_disposition(name) - request.env['HTTP_USER_AGENT'] =~ %r{(MSIE|Trident)} ? ERB::Util.url_encode(name) : name + request.env['HTTP_USER_AGENT'] =~ %r{(MSIE|Trident|Edge)} ? ERB::Util.url_encode(name) : name end def api_request?