mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
58fbf60d2d
This commit ensures the ContentDisposition class prints the filename in both in the regular filename parameter and the extended filename* parameter (RFC 5987). Quoted printable (RFC 2047) is used to encode any non-ASCII characters in the regular filename parameter. Closes gh-29861