Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 59822 invoked from network); 13 Dec 2009 17:25:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Dec 2009 17:25:42 -0000 Received: (qmail 91444 invoked by uid 500); 13 Dec 2009 17:25:41 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 91322 invoked by uid 500); 13 Dec 2009 17:25:40 -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 91311 invoked by uid 99); 13 Dec 2009 17:25:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Dec 2009 17:25:40 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Sun, 13 Dec 2009 17:25:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 484A9234C1F1 for ; Sun, 13 Dec 2009 09:25:18 -0800 (PST) Message-ID: <1818092430.1260725118291.JavaMail.jira@brutus> Date: Sun, 13 Dec 2009 17:25:18 +0000 (UTC) From: "Jukka Zitting (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (COMPRESS-93) Support for alternative ZIP compression methods MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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.