You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Alexandre Sieira (JIRA)" <ji...@apache.org> on 2016/12/13 13:02:58 UTC

[jira] [Created] (VFS-626) Cannot open large bzip2 files

Alexandre Sieira created VFS-626:
------------------------------------

             Summary: Cannot open large bzip2 files
                 Key: VFS-626
                 URL: https://issues.apache.org/jira/browse/VFS-626
             Project: Commons VFS
          Issue Type: Bug
    Affects Versions: 2.1
            Reporter: Alexandre Sieira


I was having problems reading a large bzip2 file and came across this Apache Commons Compress issue: https://issues.apache.org/jira/browse/COMPRESS-224

When looking at https://github.com/apache/commons-vfs/blob/7b42b5598774a40487dd59d699f5f865962822d9/core/src/main/java/org/apache/commons/vfs2/provider/bzip2/Bzip2FileObject.java#L61 we can see that the `decompressConcatenated` is not defined and defaults to false, which can cause the observed behavior.

I would suggest that this BZip2CompressorInputStream constructor option is explicitly set to true.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)