Bug#1142608: ITP: libcommons-fileupload2-java -- File upload capability to your servlets and web applications
Thomas Goirand <[email protected]> Wed, 22 Jul 2026 20:06:22 +0200
| Newsgroups | gmane.linux.debian.devel.general |
|---|---|
| Message-ID | <178474358282.5236.14872186678283777486.reportbug__34729.1355997854$1784743775$gmane$org@zbuz.infomaniak.ch> |
Package: wnpp Severity: wishlist Owner: Thomas Goirand <[email protected]> X-Debbugs-Cc: [email protected] * Package name : libcommons-fileupload2-java Version : 2.0.0~M5 Upstream Contact: Apache Commons Developers <[email protected]> * URL : https://downloads.apache.org/commons/fileupload/ * License : Apache-2.0 Programming Lang: Java Description : File upload capability to your servlets and web applications The Commons FileUpload package makes it easy to add robust, high-performance, file upload capability to your servlets and web applications. . FileUpload parses HTTP requests which conform to RFC 1867, "Form-based File Upload in HTML". That is, if an HTTP request is submitted using the POST method, and with a content type of "multipart/form-data", then FileUpload can parse that request, and make the results available in a manner easily used by the caller. This is a new dependency of ring-clojure, which is needed to package OpenVox.