Actions
Defect #16711
closedNon-ascii attachment file name get corrupted in IE11
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
To avoid non-ascii file name corruption in Internet Explorer 11, filename_for_content_disposition
method in ApplicationController should search not only "MSIE" but also "Trident" because There is no "MSIE" in IE11's user-agent string.
<=IE10:Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)
IE11 (gives false name):Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko
Files
Related issues
Updated by Toshi MARUYAMA over 10 years ago
- Category set to Attachments
- Target version set to 2.4.6
Updated by Toshi MARUYAMA over 10 years ago
http://msdn.microsoft.com/en-us/library/ie/bg182625(v=vs.85).aspx#uaString
The compatible ("compatible") and browser ("MSIE") tokens have been removed.
Updated by Toshi MARUYAMA over 10 years ago
- Status changed from Confirmed to Closed
- Resolution set to Fixed
Committed, thanks.
Updated by Go MAEDA almost 9 years ago
- Related to Defect #21656: Fix Non ASCII attachment filename encoding broken (MOJIBAKE) in Microsoft Edge Explorer added
Actions