mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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>