You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2013/05/15 06:35:02 UTC

[Bug 54967] NullPointerException when updating a zip file that has duplicate entries

https://issues.apache.org/bugzilla/show_bug.cgi?id=54967

--- Comment #1 from Stefan Bodewig <bo...@apache.org> ---
I can confirm the bug.  The problem seems to be ZipFile.getInputStream
returning null when asked for the stream of a duplicate entry.  Off the top of
my head I don't know a quick fix since ZipFile hashes entries by name - I'm
looking into it.

-- 
You are receiving this mail because:
You are the assignee for the bug.