Freeman Yue Fang created CAMEL-14105:
----------------------------------------

             Summary: 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


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)

Reply via email to