Hi, 

Yes, it’s caused that in jetty 9.4.20, MultiPartInputStreamParser was removed 
from OSGi header


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”;

And I think the fix should be in pax-web, similarly as we did in camel, using 
new fast/safe MultiPartFormInputStream instead by using Servlet 3 API.

Best Regards
Freeman

> On Dec 18, 2019, at 5:55 AM, LuisLo <[email protected]> wrote:
> 
> Can it be related to this bug?
> 
> https://issues.apache.org/jira/browse/CAMEL-14105
> 
> 
> 
> --
> Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Reply via email to