Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2B37598A1 for ; Fri, 24 May 2013 23:10:21 +0000 (UTC) Received: (qmail 67239 invoked by uid 500); 24 May 2013 23:10:20 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 67138 invoked by uid 500); 24 May 2013 23:10:20 -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 66856 invoked by uid 99); 24 May 2013 23:10:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 May 2013 23:10:20 +0000 Date: Fri, 24 May 2013 23:10:20 +0000 (UTC) From: "Valerij Bancer (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (COMPRESS-228) ZipException on reading valid zip64 file 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-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valerij Bancer updated COMPRESS-228: ------------------------------------ Description: ZipFile zip = new ZipFile(new File()); throws ZipException "central directory zip64 extended information extra field's length doesn't match central directory data. Expected length 16 but is 28". The archive was created with DotNetZip-WinFormsTool uzing zip64 flag (forces always to make zip64 archives). Zip file is tested from the console: $zip -T ordertest-64.zip Output: test of ordertest-64.zip OK I can open the archive with FileRoller without problem on my machine, browse and extract it. was: ZipFile zip = new ZipFile(new File()); throws ZipException "central directory zip64 extended information extra field's length doesn't match central directory data. Expected length 16 but is 28". The archive was created with DotNetZip-WinFormsTool uzing zip64 flag (forces always to make zip64 archives). Zip file is tested from the console: $zip -T ordertest-64.zip Output: test of ordertest-64.zip OK I can open the archive with FileRoller without problem on my machine, browse and extract it. I don't see how to attach the file here. > ZipException on reading valid zip64 file > ---------------------------------------- > > Key: COMPRESS-228 > URL: https://issues.apache.org/jira/browse/COMPRESS-228 > Project: Commons Compress > Issue Type: Bug > Components: Archivers > Affects Versions: 1.5 > Environment: java.runtime.name=OpenJDK Runtime Environment > java.home=/usr/lib/jvm/java-6-openjdk-amd64/jre > java.runtime.version=1.6.0_27-b27 > commons-compress-1.5 > Reporter: Valerij Bancer > Labels: zip, zip64 > Attachments: ordertest-64.zip > > > ZipFile zip = new ZipFile(new File()); throws ZipException "central directory zip64 extended information extra field's length doesn't match central directory data. Expected length 16 but is 28". > The archive was created with DotNetZip-WinFormsTool uzing zip64 flag (forces always to make zip64 archives). > Zip file is tested from the console: $zip -T ordertest-64.zip > Output: > test of ordertest-64.zip OK > I can open the archive with FileRoller without problem on my machine, browse and extract it. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira