On 2015-10-16 18:02, Xueming Shen wrote:
Why do we no longer check the length of the returned byte[] from is.readAllBytes() against ze.getSize()? I think the original IOUtils.readFully() throws EOFE if we don't get enough bytes.
Good catch, this should do it: http://cr.openjdk.java.net/~redestad/8139706/webrev.03/ /Claes
-Sherman