----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
on 1/18/00 1:07 PM, Hutchison, Jeff <[EMAIL PROTECTED]> wrote:
> I've found a bug in AdaptiveClassLoader.loadResourceFromZipfile. This
> method returns an InputStream with zipfile.getInputStream from within the
> main block of a try/catch/finally statement and then calls zipfile.close
> from within the finally block of the same. When I commented out the
> finally block of the try/catch/finally, it works fine. (This is how it
> was up through 1.1b3.)
q: are you saying that it shouldn't close the zipfile? why? I'm wondering
*why* this is a bug.
-jon
--
Come to the first official Apache Software Foundation
Conference! <http://ApacheCon.Com/>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]