Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-14105

avoid using deprecated org.eclipse.jetty.util.MultiPartInputStreamParser

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.24.3, 3.0.0, 2.25.0
    • None
    • None
    • Unknown

    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()
      

      Attachments

        Activity

          People

            ffang Freeman Yue Fang
            ffang Freeman Yue Fang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: