[
https://issues.apache.org/jira/browse/FELIX-6829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Rütter updated FELIX-6829:
-------------------------------
Fix Version/s: http.jetty12-1.2.2
> 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.jetty-5.2.2, http.base-6.0.0, http.jetty12-2.0.2,
> http.jetty12-1.2.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)