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

Changelog

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

  * SECURITY REGRESSION: missing jar file (LP: #1251340)
    - debian/libcommons-fileupload-java.poms: maven-debian-helper 1.5 in
      precise doesn't automatically install to /usr/share/java unless the
      --java-lib option is specified in the .poms file. The package had
      not been rebuilt in the archive since that change, introducing a
      regression in the security update.
 -- Marc Deslauriers <email address hidden>   Fri, 15 Nov 2013 12:00:34 -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
Precise updates universe libs
Precise security universe libs

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.2.debian.tar.gz 6.1 KiB 46f5fce06a4cfd9382037977181536e7b049273e4c7edb34dda9ec5512d24a30
libcommons-fileupload-java_1.2.2-1ubuntu0.12.04.2.dsc 2.5 KiB 796ee7dbeebd9094b39ce846f6b0908d0f95cbef5369d3a49ffb358a5a961e05

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.