Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 19236 invoked from network); 28 Mar 2006 05:03:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Mar 2006 05:03:38 -0000 Received: (qmail 33325 invoked by uid 500); 28 Mar 2006 05:03:36 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 32784 invoked by uid 500); 28 Mar 2006 05:03:34 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 32773 invoked by uid 99); 28 Mar 2006 05:03:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2006 21:03:34 -0800 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mloenko@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nproxy.gmail.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2006 21:03:34 -0800 Received: by nproxy.gmail.com with SMTP id l36so960664nfa for ; Mon, 27 Mar 2006 21:03:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QBEBHvSqoaUYeNUGaOixOHGhPSicqZ2A5Yui2slxM5u3dLe6LWwZwfwUkJARmnngfcRmyqHJSBeYS0nltGkWru3rH+hsWZRVqQr2+iwY6XvrWzOEg/uZycmZU7yAFuf4NhIixeCMadn/EbuPZGrVAMsQT3A11VAIINwpJ7b4QjI= Received: by 10.48.221.4 with SMTP id t4mr2073979nfg; Mon, 27 Mar 2006 21:03:12 -0800 (PST) Received: by 10.49.6.5 with HTTP; Mon, 27 Mar 2006 21:03:12 -0800 (PST) Message-ID: <906dd82e0603272103g297d9dfev@mail.gmail.com> Date: Tue, 28 Mar 2006 12:03:12 +0700 From: "Mikhail Loenko" To: harmony-dev@incubator.apache.org Subject: Re: [jira] Updated: (HARMONY-250) disambiguate some error messages In-Reply-To: <44284F20.6070902@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1244426620.1143233479935.JavaMail.jira@ajax> <44284F20.6070902@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 2006/3/28, Tim Ellison : > If the exception is thrown it is not going to have a useful stack to > help debug the cause of the bad parameters. Moreover it is a security hole - different applets can talk to each other via Exception.setStackTrace/getStackTrace methods. Thanks, Mikhail