Description
This will be removed in future jetty version and already not visible in current(9.4.20) jetty OSGi bundle
headers org.eclipse.jetty.util Jetty :: Utilities (276) ..... Export-Package = org.eclipse.jetty.util; exclude:=MultiPartInputStreamParser; uses:="org.eclipse.jetty.util.annotation, org.eclipse.jetty.util.component, org.eclipse.jetty.util.log, org.eclipse.jetty.util.resource, org.eclipse.jetty.util.thread";
We should use the new fast MultiPartFormInputStream instead by using Servlet 3 API
javax.servlet.http.HttpServletRequest.getParts()