summaryrefslogtreecommitdiff
path: root/dev-java/commons-fileupload/metadata.xml
blob: 19e0e996ae227bdadaaa7fcf42d069fb80c8aad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>java@gentoo.org</email>
  <name>Java</name>
 </maintainer>
 <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>
 
 <origin>gentoo-staging</origin>
</pkgmetadata>