Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 53418 invoked from network); 13 Apr 2010 20:44:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Apr 2010 20:44:16 -0000 Received: (qmail 67399 invoked by uid 500); 13 Apr 2010 20:44:15 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 67251 invoked by uid 500); 13 Apr 2010 20:44:15 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 67181 invoked by uid 99); 13 Apr 2010 20:44:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 20:44:15 +0000 X-ASF-Spam-Status: No, hits=-1280.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 20:44:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3DKhrsb008429 for ; Tue, 13 Apr 2010 16:43:53 -0400 (EDT) Message-ID: <22537323.71831271191433730.JavaMail.jira@thor> Date: Tue, 13 Apr 2010 16:43:53 -0400 (EDT) From: "Torsten Curdt (JIRA)" To: issues@commons.apache.org Subject: [jira] Closed: (COMPRESS-39) A few upstream (Ant) changes to the ZIP package In-Reply-To: <296668322.1233328619740.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COMPRESS-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Torsten Curdt closed COMPRESS-39. --------------------------------- > A few upstream (Ant) changes to the ZIP package > ----------------------------------------------- > > Key: COMPRESS-39 > URL: https://issues.apache.org/jira/browse/COMPRESS-39 > Project: Commons Compress > Issue Type: Improvement > Reporter: Stefan Bodewig > Assignee: Torsten Curdt > Priority: Minor > Fix For: 1.0 > > > I've recently applied three patches to the Ant code base that may be of interest to commons-compress as well. > http://svn.apache.org/viewvc?rev=738844&view=rev > use more modern collections (since Ant trunk now officially is JDK 1.4+). This results in some minor performance improvements because of less synchronization and a theoretical bigger improvement for entries with many extra fields. > http://svn.apache.org/viewvc?rev=738853&view=rev > make sure the archive is closed in the presence of a RuntimeExcepetion which may happen when LFH parsing fails. > Fixes https://issues.apache.org/bugzilla/show_bug.cgi?id=46559 > http://svn.apache.org/viewvc?rev=739300&view=rev > skip extra fields that don't follow the recommended HEADER-ID, LENGTH structure at the end of the extra field (this is what unzip does as well). > Fixes https://issues.apache.org/bugzilla/show_bug.cgi?id=42940 > There are two more issues open in Ant's bugzilla I may be working on over the next few weeks (low prio for me): > https://issues.apache.org/bugzilla/show_bug.cgi?id=46637 - which may be impossible to do in a backwards compatible way (not a concern for a sandbox component, I guess) and the more important https://issues.apache.org/bugzilla/show_bug.cgi?id=45429 which would allow archives to contain files bigger than 2 GB and support UTF8 filenames in a more portable way. > Technically I am a commons committer, maybe we can collaborate on the required changes via the commons dev list (or Ant's). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira