Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 1009 invoked from network); 9 Jun 2010 14:06:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Jun 2010 14:06:38 -0000 Received: (qmail 66401 invoked by uid 500); 9 Jun 2010 14:06:38 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 66335 invoked by uid 500); 9 Jun 2010 14:06:38 -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 66327 invoked by uid 99); 9 Jun 2010 14:06:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 14:06:38 +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; Wed, 09 Jun 2010 14:06:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o59E6EY1016083 for ; Wed, 9 Jun 2010 14:06:14 GMT Message-ID: <4863644.2631276092374607.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 10:06:14 -0400 (EDT) From: "Trejkaz (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (COMPRESS-93) Support for alternative ZIP compression methods In-Reply-To: <1818092430.1260725118291.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/COMPRESS-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877082#action_12877082 ] Trejkaz commented on COMPRESS-93: --------------------------------- If I could, it would already be in a patch on here ready for integration. > Support for alternative ZIP compression methods > ----------------------------------------------- > > Key: COMPRESS-93 > URL: https://issues.apache.org/jira/browse/COMPRESS-93 > Project: Commons Compress > Issue Type: New Feature > Reporter: Jukka Zitting > > As reported in TIKA-346, a ZIP file that uses a compression method other than STORED (0) or DEFLATED (8) will cause an IllegalArgumentException ("invalid compression method") to be thrown. > It would be great if commons-compress supported alternative compression methods or at least degraded more gracefully when encountering them. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.