[
https://issues.apache.org/jira/browse/COMPRESS-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14679130#comment-14679130
]
Matt Kusnierz commented on COMPRESS-319:
----------------------------------------
I would have thought that the ArchiveStreamFactory should still have
detected either the tar or the gz signature though allowing you to use it
to do the two stage unpacking yourself. But it does not. That to me feels
like a bug. Doing the two step unpacking all in one go does sound like an
enhancement. But since tar.gz is so common I was surprised it wasn't there
already.
> ArchiveStreamFactory.createArchiveInputStream(InputStream) Does not support
> tar.gz files
> ----------------------------------------------------------------------------------------
>
> Key: COMPRESS-319
> URL: https://issues.apache.org/jira/browse/COMPRESS-319
> Project: Commons Compress
> Issue Type: Improvement
> Components: Archivers
> Affects Versions: 1.9
> Reporter: Matt Kusnierz
>
> Trying to extract from a tar.gz file, the
> org.apache.commons.compress.archivers.ArchiveStreamFactory.createArchiveInputStream(InputStream)
> throws an ArchiveException("No Archiver found for the stream signature")
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)