libcommons-fileupload-java 1.3.1-2ubuntu0.1 source package in Ubuntu

Changelog

libcommons-fileupload-java (1.3.1-2ubuntu0.1) xenial-security; urgency=medium

  * Merge security update from debian

libcommons-fileupload-java (1.3.1-1+deb8u1) jessie-security; urgency=high

  * Fixed CVE-2016-3092: Denial-of-Service vulnerability

 -- Steve Beattie <email address hidden>  Tue, 19 Jul 2016 16:36:18 -0700

Upload details

Uploaded by:
Steve Beattie
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates universe libs
Xenial security universe libs

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-fileupload-java_1.3.1.orig.tar.gz 130.2 KiB b7a3444e615702da342292d14e447fe26fe4d9b144f3dafc525870b008a6c95a
libcommons-fileupload-java_1.3.1-2ubuntu0.1.debian.tar.xz 7.0 KiB 5dc6b5a90fd28d6b172a34690353544893d5b38db2f7f9a960ef5dabc89049cf
libcommons-fileupload-java_1.3.1-2ubuntu0.1.dsc 2.5 KiB 2ac5d2dc7cac338e681028f380c1dc672c63edf5bcd59e35bf9eadb9fc8e0738

View changes file

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.