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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #2 from [email protected] 2012-02-15 06:03:36 UTC ---
If the method "close" is called, zipArchive will be null. After that, if the
methods "getEntries()" and "getInputStream()" are called, NPE will happen at
the code line 44 and 48.  

Please check the bug issue 51949 at
https://issues.apache.org/bugzilla/show_bug.cgi?id=51949  for the method
"close": 


    public void close() throws IOException {
        zipArchive.close();
        zipArchive = null;
    }



Thanks.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to