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

Changelog

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

  * SECURITY UPDATE: arbitrary file overwrite via poison null byte
    - debian/patches/CVE-2013-2186.patch: properly validate repository in
      src/main/java/org/apache/commons/fileupload/disk/DiskFileItem.java.
    - CVE-2013-2186
 -- Marc Deslauriers <email address hidden>   Thu, 07 Nov 2013 09:32:30 -0500

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcommons-fileupload-java_1.3.orig.tar.gz 133.9 KiB 4bf3bfbaf7c25bbe6d0e2dc6a47479e16d42ec1b0365037ed508eeac276e8dc5
libcommons-fileupload-java_1.3-2ubuntu1.debian.tar.gz 9.2 KiB effa8d7c54569ab8e135540580e3922f878f904f7a1f76a43c810ced87cff175
libcommons-fileupload-java_1.3-2ubuntu1.dsc 2.4 KiB cee27dac9fe36a041a924ddcc1c48a7e49080333c1fd1135224611f9b547d48d

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.