Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 31731 invoked from network); 4 Feb 2009 10:04:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 10:04:23 -0000 Received: (qmail 69021 invoked by uid 500); 4 Feb 2009 10:04:23 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 68962 invoked by uid 500); 4 Feb 2009 10:04:22 -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 68951 invoked by uid 99); 4 Feb 2009 10:04:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 02:04:22 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 10:04:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E70CE234C48D for ; Wed, 4 Feb 2009 02:03:59 -0800 (PST) Message-ID: <1343457302.1233741839945.JavaMail.jira@brutus> Date: Wed, 4 Feb 2009 02:03:59 -0800 (PST) From: "Torsten Curdt (JIRA)" To: issues@commons.apache.org Subject: [jira] Issue Comment Edited: (SANDBOX-276) 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-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SANDBOX-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670175#action_12670175 ] tcurdt edited comment on SANDBOX-276 at 2/4/09 2:02 AM: --------------------------------------------------------------- Collaboration on this sounds like a good idea. In fact you are more than welcome to commit the changes yourself if you like :) was (Author: tcurdt): Collaboration on this sounds like a good idea. In fact you are more than happy to commit the changes yourself if you like :) > A few upstream (Ant) changes to the ZIP package > ----------------------------------------------- > > Key: SANDBOX-276 > URL: https://issues.apache.org/jira/browse/SANDBOX-276 > Project: Commons Sandbox > Issue Type: Improvement > Components: Compress > Reporter: Stefan Bodewig > Assignee: Torsten Curdt > Priority: Minor > > 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. - You can reply to this email to add a comment to the issue online.