mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-26 13:27:37 -07:00
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
17 lines
671 B
XML
17 lines
671 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>java</herd>
|
|
<longdescription>
|
|
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.
|
|
</longdescription>
|
|
</pkgmetadata>
|