libcommons-fileupload-java 1.3.3-1 source package in Ubuntu

Changelog

libcommons-fileupload-java (1.3.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patch
  * Standards-Version updated to 4.0.0
  * Switch to debhelper level 10

 -- Emmanuel Bourg <email address hidden>  Fri, 23 Jun 2017 10:33:52 +0200

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
Bionic release universe libs

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-fileupload-java_1.3.3-1.dsc 2.4 KiB 0f6a6d138366ac50670e55e0f246ee41d18b5417e3cbfe4bd92768ca3eea03a9
libcommons-fileupload-java_1.3.3.orig.tar.xz 105.2 KiB 4faf15a902fdfe672b8d32e4bbcc0027bb0de66b67574fa5c8d27d6aadd60ce4
libcommons-fileupload-java_1.3.3-1.debian.tar.xz 6.8 KiB dda5da173f9d4574f392aeea0ea9647e86aa66ad7fefdc57b89d526277fced1b

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.