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