Re: Bugfix in commons-compress

2009-02-11 Thread Ingo Rockel
I fixed the second issue and reported it here: https://issues.apache.org/jira/browse/SANDBOX-286 Again, is this sufficient? Kind regards, Ingo Ingo Rockel schrieb: > Torsten Curdt wrote: >>> Is there any interest in these patches? >> Please - bring them on and

Re: Bugfix in commons-compress

2009-02-11 Thread Ingo Rockel
Torsten Curdt wrote: >> Is there any interest in these patches? > > Please - bring them on and file them in jira ! :) > I put everything concerning the magic number issue into this jira issue: https://issues.apache.org/jira/browse/SANDBOX-285 Is this sufficient? I am still investigating the se

Bugfix in commons-compress

2009-02-11 Thread Ingo Rockel
Hi, I just fixed a bug with a wrong magic number for bzip2 files in commons-compress, it checked for 'h' as first byte but it has to be 'BZh' in the first three bytes according to http://en.wikipedia.org/wiki/Bzip2 which works fine for bzip2-compressed files (the check for 'h' did not). I'm curre