libcommons-fileupload-java 1.3-2 source package in Ubuntu

Changelog

libcommons-fileupload-java (1.3-2) unstable; urgency=low


  * Team upload.
  * Upload to unstable.

 -- tony mancill <email address hidden>  Thu, 23 May 2013 21:15:43 -0700

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcommons-fileupload-java_1.3-2.dsc 2.3 KiB 7e9157447560a7b0ce36570b09517507b04b09ede71bc29138f884a49eb423e2
libcommons-fileupload-java_1.3.orig.tar.gz 133.9 KiB 4bf3bfbaf7c25bbe6d0e2dc6a47479e16d42ec1b0365037ed508eeac276e8dc5
libcommons-fileupload-java_1.3-2.debian.tar.gz 8.2 KiB 42a9de3c79efd698e273514c4db4d06616d656597907c4577dffad77b06181f7

Available diffs

No changes file available.

Binary packages built by this source

libcommons-fileupload-java: File upload capability to your servlets and web applications

 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.

libcommons-fileupload-java-doc: Javadoc API documentation for Commons FileUploads

 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.
 .
 This package contains Javadoc API documentation for Commons FileUpload.