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