]> source.dussan.org Git - redmine.git/commitdiff
Merged r15013 (#21656).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 21 Jan 2016 04:49:57 +0000 (04:49 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 21 Jan 2016 04:49:57 +0000 (04:49 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@15081 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/application_controller.rb

index 15b236c011a21769d5cdf736af1f96e6f8825642..60af74fba42bf304e4a467ce256b4559a7b2803b 100644 (file)
@@ -609,7 +609,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?