Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 94868 invoked from network); 11 Jun 2007 14:37:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2007 14:37:46 -0000 Received: (qmail 36111 invoked by uid 500); 11 Jun 2007 14:37:47 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 36076 invoked by uid 500); 11 Jun 2007 14:37:47 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 36063 invoked by uid 99); 11 Jun 2007 14:37:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 07:37:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of t.p.ellison@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 07:37:42 -0700 Received: by ug-out-1314.google.com with SMTP id s2so1449164uge for ; Mon, 11 Jun 2007 07:37:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=A8uY7rns3x9uCBDVEHfGB+s0/6VHJJpijcg2zo9uEbXvCwPTOzc0uVRPK5T+/PDKW5kI34WzEXZU4fTd+sQtu12/NyzbZYbWu989QZkQNVt7k3+giFIhfcgHFkKEIwKH59byJo03Pr29h4ick/gPqY/Vy17hAc2Hbs3pds6fCBw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=CvWt3bsIg7ZHIx+4W21+9HhKF5GHRB8XJN60/RyZmSXigSog9PErT7BhfXTlTy4YiXqDWRK7F4c0mjJt6N/ALS8T81DxYnMPxMVQfn+v1WStp/PgQStyV09bVnzq1pKwFdji2P5jUlGEaARwUaf8saf6bKTHrIKlHnu3DqSYEVk= Received: by 10.67.32.6 with SMTP id k6mr4336446ugj.1181572641334; Mon, 11 Jun 2007 07:37:21 -0700 (PDT) Received: from ?9.20.183.180? ( [195.212.29.75]) by mx.google.com with ESMTP id b30sm14053542ika.2007.06.11.07.37.19 (version=SSLv3 cipher=RC4-MD5); Mon, 11 Jun 2007 07:37:20 -0700 (PDT) Message-ID: <466D5E1B.10903@gmail.com> Date: Mon, 11 Jun 2007 15:37:15 +0100 From: Tim Ellison User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [jira] Commented: (HARMONY-2436) [classlib][archive] Reading from a closed Jar file is allowed References: <19986556.1165241541074.JavaMail.jira@brutus> <23989264.1180519996465.JavaMail.jira@brutus> <211709bc0706070059i66c3ecc7t6d567fa54ce8af2e@mail.gmail.com> In-Reply-To: <211709bc0706070059i66c3ecc7t6d567fa54ce8af2e@mail.gmail.com> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Tony Wu wrote: > Hi, > Seems RI cached some bytes, which can be read even if the jarfile has > been closed. I wonder what's your opinion about that? should we follow > RI to cache the bytes and should we use the buffer size the same as > RI? Sounds like a bug in the RI to me. If the JAR is closed I would not expect to be able to read from it. I suggest closing as a non-bug difference. Regards, Tim