You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Freeman Yue Fang (Jira)" <ji...@apache.org> on 2019/10/23 15:58:00 UTC

[jira] [Resolved] (CAMEL-14105) avoid using deprecated org.eclipse.jetty.util.MultiPartInputStreamParser

     [ https://issues.apache.org/jira/browse/CAMEL-14105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Yue Fang resolved CAMEL-14105.
--------------------------------------
    Fix Version/s: 3.0.0.RC4
                   2.25.0
                   3.0.0
                   2.24.3
       Resolution: Fixed

> avoid using deprecated org.eclipse.jetty.util.MultiPartInputStreamParser 
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-14105
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14105
>             Project: Camel
>          Issue Type: Bug
>            Reporter: Freeman Yue Fang
>            Assignee: Freeman Yue Fang
>            Priority: Major
>             Fix For: 2.24.3, 3.0.0, 2.25.0, 3.0.0.RC4
>
>
> This will be removed in future jetty version and already not visible in current(9.4.20) jetty OSGi bundle
> {code}
> 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";
> {code}
> We should use the new fast MultiPartFormInputStream instead by using Servlet 3 API
> {code}
> javax.servlet.http.HttpServletRequest.getParts()
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)