enapps-enorman opened a new pull request, #505:
URL: https://github.com/apache/felix-dev/pull/505

   Jetty does not need the Apache commons-fileupload library. Modern versions 
of Jetty support the Java Servlet Specification (3.0 and newer), which includes 
built-in, native APIs to parse multipart/form-data requests.
   
   Refactoring to use the standard servlet apis:
   
   1. remove the commons-fileupload dependency
   2. Change ServletRequestMultipartWrapper to delegate the multipart request 
handling to the jetty servlet container
   3. Other refactoring to replace the org.apache.commons.fileupload references 
with the servlet Part equivalent


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to