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
Yup, I just saw that as well. I'm fixing in pax web and prepare release/update.
Regards
JB
Le 18 déc. 2019 15:52, ffang <[email protected]> a écrit :
- jsf: NoClassDefFoundError org/eclipse/jetty/util/Mul... LuisLo
- Re: jsf: NoClassDefFoundError org/eclipse/jetty... Jean-Baptiste Onofré
- Re: jsf: NoClassDefFoundError org/eclipse/j... LuisLo
- Re: jsf: NoClassDefFoundError org/eclip... Jean-Baptiste Onofré
- Re: jsf: NoClassDefFoundError org/e... LuisLo
- Re: jsf: NoClassDefFoundError org/e... LuisLo
- Re: jsf: NoClassDefFoundError ... ffang
- Re: jsf: NoClassDefFoundEr... jb
