Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 86776 invoked from network); 11 Oct 2010 13:32:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Oct 2010 13:32:01 -0000 Received: (qmail 30197 invoked by uid 500); 11 Oct 2010 13:32:01 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 29809 invoked by uid 500); 11 Oct 2010 13:31:58 -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 29801 invoked by uid 99); 11 Oct 2010 13:31:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Oct 2010 13:31:57 +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; Mon, 11 Oct 2010 13:31:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9BDVXW9000208 for ; Mon, 11 Oct 2010 13:31:34 GMT Message-ID: <18414668.75911286803893812.JavaMail.jira@thor> Date: Mon, 11 Oct 2010 09:31:33 -0400 (EDT) From: "Helmut M. (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (COMPRESS-120) forbidden chars on windows 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 forbidden chars on windows -------------------------- Key: COMPRESS-120 URL: https://issues.apache.org/jira/browse/COMPRESS-120 Project: Commons Compress Issue Type: Improvement Components: Archivers Affects Versions: 1.0 Environment: WindowsXP32bit Reporter: Helmut M. Priority: Minor while uncompressing a tar archive, which includes files and directories containing special characters like private char[] forbiddenCharsWindows = new char[] { ':', '*', '?', '"', '<', '>', '|' }; the name of the tarEntry is corrupt and to create the directory or file is not possible. Exceptions occurs while creating them. it would be better to replace them with '_' instead to respond invalid entrynames. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.