Closed
Description
It seems that StandardServletMultipartResolver
wraps multipart/mixed
requests with StandardMultipartHttpServletRequest
which fails in Jetty due to strict conformance to the spec.
I.e. HttpServletRequest.getParts()
should only be called when the content type is multipart/from-data
and not just any content type that starts with multipart/
Spring Framework Version: 5.2.9
Please see jetty/jetty.project#6196 for details. (exception and original request)