You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is now a HttpUtils public class with a createContentDispositionHeader() static method for generating proper UTF-8 encoded Content-Disposition header values supporting both ASCII and UTF-8 for browsers implementing RFC 5987. This is used by the url builders themselves, but is also part of the public API and can be used independently. (#4)
Fixed
Both CloudFrontUrlBuilder and S3UrlBuilder support full UTF-8 attachment filenames by using the above method. (#4)