Re: [compress] patch to TarArchiveEntry for detecting a symlink

2010-10-29 Thread Stefan Bodewig
On 2010-10-27, Max Birkoff wrote: > I had approached the ant project with this request (as I had been > using the tar under org.apache.tools.tar.TarEntry that ships with ant) > but Stefan Bodewig directed me here. Suggested this would be the better place 8-) > If this patch is accepted, I've co

Re: [compress] patch to TarArchiveEntry for detecting a symlink

2010-10-27 Thread Max Birkoff
Thanks for the very quick response Matt. As requested I've filed: https://issues.apache.org/jira/browse/COMPRESS-122 --- On Wed, 10/27/10, Matt Benson wrote: > From: Matt Benson > Subject: Re: [compress] patch to TarArchiveEntry for detecting a symlink > To: "Comm

Re: [compress] patch to TarArchiveEntry for detecting a symlink

2010-10-27 Thread Matt Benson
Hi Max, Stefan is also one of the primary committers to the [compress] component, so he'll very likely look at this soonish. It'd probaby be for the best if you submitted this patch via a new JIRA issue so nothing gets lost, and you can then check the feather icon indicating your patch is inten

[compress] patch to TarArchiveEntry for detecting a symlink

2010-10-27 Thread Max Birkoff
I would like the patch below applied to: commons-compress-1.1-src/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java I had approached the ant project with this request (as I had been using the tar under org.apache.tools.tar.TarEntry that ships with ant) but Stefan Bod