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 0E10010CF2 for ; Mon, 16 Feb 2015 23:22:12 +0000 (UTC) Received: (qmail 46759 invoked by uid 500); 16 Feb 2015 23:22:11 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 46673 invoked by uid 500); 16 Feb 2015 23:22:11 -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 46662 invoked by uid 99); 16 Feb 2015 23:22:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Feb 2015 23:22:11 +0000 Date: Mon, 16 Feb 2015 23:22:11 +0000 (UTC) From: "Sebb (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (COMPRESS-306) ArchiveStreamFactory fails to pass on the encoding when creating some streams 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-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-306. --------------------------- Resolution: Fixed Fix Version/s: 1.10 URL: http://svn.apache.org/r1660245 Log: COMPRESS-306 ArchiveStreamFactory fails to pass on the encoding when creating some streams. Modified: commons/proper/compress/trunk/src/changes/changes.xml commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveStreamFactory.java commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.java commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.java commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.java commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/jar/JarArchiveInputStream.java commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/jar/JarArchiveOutputStream.java commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.java commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ArchiveStreamFactoryTest.java > ArchiveStreamFactory fails to pass on the encoding when creating some streams > ----------------------------------------------------------------------------- > > Key: COMPRESS-306 > URL: https://issues.apache.org/jira/browse/COMPRESS-306 > Project: Commons Compress > Issue Type: Bug > Affects Versions: 1.9 > Reporter: Sebb > Fix For: 1.10 > > > ArchiveStreamFactory fails to pass on the encoding when creating the following streams (in some or all cases): > * ArjArchiveInputStream > * CpioArchiveInputStream > * DumpArchiveInputStream > * JarArchiveInputStream > * JarArchiveOutputStream -- This message was sent by Atlassian JIRA (v6.3.4#6332)