mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
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