libcommons-fileupload-java 1.2.2-1ubuntu0.12.04.1 source package in Ubuntu

Changelog

libcommons-fileupload-java (1.2.2-1ubuntu0.12.04.1) precise-security; urgency=low

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

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcommons-fileupload-java_1.2.2.orig.tar.gz 120.3 KiB 2f994b054b6514edd8d1bfe239db1dae5b7e581554d7c027c09d1b3afd832738
libcommons-fileupload-java_1.2.2-1ubuntu0.12.04.1.debian.tar.gz 5.9 KiB 6ff5736a9550f7b4122d6d6df3a0cd3f9284099c9dbc91feb0af5aa1d8217be9
libcommons-fileupload-java_1.2.2-1ubuntu0.12.04.1.dsc 2.5 KiB eae5650c6e1d7aeb5595fe6f3a3e2cf00bdcec157261f8e3656eb2001cfd59d1

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.