Use https by default
[gentoo.git] / dev-java / commons-fileupload / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>java</herd>
5         <longdescription>
6                 The Commons FileUpload package makes it easy to add robust,
7                 high-performance, file upload capability to your servlets and web
8                 applications.
9
10                 FileUpload parses HTTP requests which conform to RFC 1867, "Form-based
11                 File Upload in HTML". That is, if an HTTP request is submitted using the
12                 POST method, and with a content type of "multipart/form-data", then
13                 FileUpload can parse that request, and make the results available in a
14                 manner easily used by the caller.
15         </longdescription>
16 </pkgmetadata>