Re: [compress] Tar stream signature detection regression as of 1.11

2017-08-18 Thread Stefan Bodewig
On 2017-08-11, Philipp Grasboeck wrote: > I think I may have found a regression in > ArchiveFormatFactory.createArchiveInputStream. > Please run the JUnit testcase at the end of this mail. > It demonstrates the archive detection working with 1.10, but failing from > 1.11 through 1.14 As already p

Re: [compress] Tar stream signature detection regression as of 1.11

2017-08-11 Thread James Ring
According to git bisect, 1fb42987de0d21c9b6777272320b64230eadb277 is the first bad commit commit 1fb42987de0d21c9b6777272320b64230eadb277 Author: Stefan Bodewig Date: Sun Jan 31 13:12:31 2016 +0100 COMPRESS-331 make tar checksum check as strict as GNU tar On Thu, Aug 10, 2017 at 11:14

[compress] Tar stream signature detection regression as of 1.11

2017-08-11 Thread Philipp Grasboeck
Hello, I think I may have found a regression in ArchiveFormatFactory.createArchiveInputStream. Please run the JUnit testcase at the end of this mail. It demonstrates the archive detection working with 1.10, but failing from 1.11 through 1.14 The file "COMPRESS-117.tar" is taken from commons-compres