On 2010/07/26 22:15:23, johnfargo wrote:
FYI committed last week, as r966159.
http://svn.apache.org/viewvc?view=revision&revision=966159
Hi John These are actually 2 related but different bugs. You have checked in Vikas's bug which is a known GZIP inflater bug. This bug is another bug in GZIPInputStream that we found while working on some more test cases. The problem is that GZIPInputStream.readTrailer and GZIPInputStream.readUByte have different expectations of what to do when end of stream is reached. In short, what happens is that we sometimes get an EOFException whose getMessage() returns null. I have mentioned a short and detailed analysis of the bug and will add the bug id when Sun accepts the bug. http://codereview.appspot.com/1872044/show
