[
https://issues.apache.org/jira/browse/FELIX-6829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Rütter resolved FELIX-6829.
--------------------------------
Fix Version/s: http.jetty12-2.0.2
Resolution: Fixed
> Remove http.jetty dependency on commons-fileupload
> --------------------------------------------------
>
> Key: FELIX-6829
> URL: https://issues.apache.org/jira/browse/FELIX-6829
> Project: Felix
> Issue Type: Improvement
> Components: HTTP Service
> Reporter: Eric Norman
> Priority: Major
> Fix For: http.jetty12-2.0.2
>
>
> 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:
> # remove the commons-fileupload dependency
> # Change ServletRequestMultipartWrapper to delegate the multipart request
> handling to the jetty servlet container
> # Other refactoring to replace the org.apache.commons.fileupload references
> with the servlet Part equivalent
--
This message was sent by Atlassian Jira
(v8.20.10#820010)