mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
a81367f686
Updates the Content-Disposition header creation logic to use only ISO-8859-1 characters for the fallback 'filename' parameter instead of RFC 2047 encoded strings. Non-compatible characters are replaced with '_'. This does not remove the ability to parse RFC 2047 encoded filenames. Closes gh-36328 Signed-off-by: Tobias Fasching <tobias.fasching@outlook.com>