enapps-enorman opened a new pull request, #75:
URL: https://github.com/apache/sling-org-apache-sling-engine/pull/75

   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. Move the request parameter support configuration properties from the 
RequestParameterSupportConfigurer component to a new RequestParameterConfig 
component using the same PID for backward compatibility.  This config is now 
needed in two places (SlingMainServlet and RequestParameterSupportConfigurer).
   3. Configure the SlingMainServlet to enable and configure multipart support 
using the standard whiteboard properties during the servlet registration.
   4. 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