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

Changelog

libcommons-fileupload-java (1.3.1-2) unstable; urgency=medium

  * Team upload.
  * Moved the package to Git
  * Add build-dependency on junit4.
  * Bump Standards-Version to 3.9.6.

 -- tony mancill <email address hidden>  Thu, 17 Sep 2015 22:46:10 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe libs

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-fileupload-java_1.3.1-2.dsc 2.4 KiB b351ac6f7a2c0c322ab1f565aa9eeecf598164ac9494584bd633b019e543f1d4
libcommons-fileupload-java_1.3.1.orig.tar.gz 130.2 KiB b7a3444e615702da342292d14e447fe26fe4d9b144f3dafc525870b008a6c95a
libcommons-fileupload-java_1.3.1-2.debian.tar.xz 6.5 KiB e7fcf303cb7c9da4725d0c9e4151a99ab0b62ba8339de80453baa7413f476fb7

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.