Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 81733 invoked from network); 15 Jul 2010 14:46:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Jul 2010 14:46:44 -0000 Received: (qmail 94743 invoked by uid 500); 15 Jul 2010 14:46:44 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 94642 invoked by uid 500); 15 Jul 2010 14:46:44 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 94630 invoked by uid 99); 15 Jul 2010 14:46:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jul 2010 14:46:44 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jul 2010 14:46:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6FEcoYW020021 for ; Thu, 15 Jul 2010 14:38:50 GMT Message-ID: <23316909.396431279204730052.JavaMail.jira@thor> Date: Thu, 15 Jul 2010 10:38:50 -0400 (EDT) From: "Colin Thorne (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6384) Jar decoding breaks upon encountering a Z_SYNC_FLUSH block In-Reply-To: <830668701.1259018079655.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888812#action_12888812 ] Colin Thorne commented on HARMONY-6384: --------------------------------------- I have checked that you have applied the patches as expected. My only comment is that the test patch for JarFileTest.java includes the comment "// Harmony crashes with ZipException: Central Directory Entry not found" which it doesn't anymore :-) I don't think I should close this bug because I didn't raise it. > Jar decoding breaks upon encountering a Z_SYNC_FLUSH block > ---------------------------------------------------------- > > Key: HARMONY-6384 > URL: https://issues.apache.org/jira/browse/HARMONY-6384 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: SVN Revision: 883501 > Reporter: Jesse Wilson > Assignee: Mark Hindess > Priority: Minor > Attachments: hyts_flushed.jar, JarDecodingBug.patch, JarDecodingFix.patch > > > The "new JarFile()" constructor throws an exception when decoding a JarFile that contains a Z_SYNC_FLUSH block. The RI is able to decode such files without problem. > See also http://markmail.org/thread/7xyxtpri3clhu3hv -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.