On 3 January 2018 at 13:34, Torsten Curdt <tcu...@vafer.org> wrote:
...

> I got one more thing... :)
> I just found a new issue with compress.
> It's the "normalizeFileName" in TarArchiveEntry again. On Windows it just
> strips the drive letter
>
>
> https://github.com/apache/commons-compress/blob/master/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java#L1337
>
> which I think is a questionable default behaviour IMO.
>
>   TarArchiveEntry("C:\foo\bar") -> "/foo/bar"
>   TarArchiveEntry("D:\foo\bar") -> "/foo/bar"
>
> Is that in line with how other unix tool ports handle things on windows?

Please use a separate email (with new subject) for different questions.

> cheers,
> Torsten

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to