Mike Gilbert 1bfb585cc6
Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.

Bug: https://bugs.gentoo.org/552720
2015-08-24 16:30:34 -04:00

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>