-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10-HF20, 11.1, 2021.0
-
Component/s: CMIS
-
Release Notes Summary:Content-Disposition will not use RFC 2231 encoding for ASCII filenames.
-
Tags:
-
Backlog priority:700
-
Sprint:nxFG 11.1.11
-
Story Points:2
Currently we always use RFC 2231 encoding (Content-Disposition: attachment; filename*=UTF-8''testfile.txt) but if the filename is pure ASCII it's not needed.
Avoiding this encoding when possible is helpful for non-RFC-compliant clients, and is actually a regression for CMIS-based downloads after NXP-27337 because the Apache Chemistry library was doing this optimization.