mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
217117ced0
This commit removes the dependency that the spring-web module has on Jakarta Mail. In FormHttpMessageConverter, a dependency on jakarta.mail.internet.MimeUtility was replaced by existing encoding logic in ContentDisposition. In StandardMultipartHttpServletRequest, a dependency on the same MimeUtility was replaced by new quoted-printable decoding logic in ContentDisposition. Closes gh-28392