From dev-return-35637-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Sat Dec 13 00:55:07 2008 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 64526 invoked from network); 13 Dec 2008 00:55:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2008 00:55:07 -0000 Received: (qmail 96843 invoked by uid 500); 13 Dec 2008 00:55:18 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 96804 invoked by uid 500); 13 Dec 2008 00:55:18 -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 96793 invoked by uid 99); 13 Dec 2008 00:55:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2008 16:55:18 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of zhoukevin83@gmail.com designates 209.85.200.168 as permitted sender) Received: from [209.85.200.168] (HELO wf-out-1314.google.com) (209.85.200.168) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Dec 2008 00:55:04 +0000 Received: by wf-out-1314.google.com with SMTP id 28so1479043wfc.24 for ; Fri, 12 Dec 2008 16:54:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=UYicvmO95NEN0/vW8JCyYPx7EHUMys3q7mJFPrbHMr8=; b=b+P9Qc0nYI38KLy1NCSZQ3uXkDg8Q9PzYTRMT9snTz+GnUaFLINFmYEgf/k9RTzpz6 kT2lFRox4hs4kSNsokq2O3RDyie1c5LNv8Fw69ticv84EmUVMLv9Slwivm0e1W3dVWP0 kjqgQoj6X637Xwwb/aSRUnv87mxhO81grZ2L4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=S/Yj60mTMtyA0O85R/hPSph6iz5fNkOf2bKi1YIc4v4+vEstZlK53ZQppwrzApLQoZ IJq/GtzaooBTEE68t0Hj4IJzfL42wY/y4BZxF3zB08kbqEXwbeWe+TQ9cp0qmMZw9Shy Hpju1aPTnzADiw7P3RkhNe4hZxJB+rydcBjUQ= Received: by 10.142.14.20 with SMTP id 20mr1594600wfn.322.1229129683028; Fri, 12 Dec 2008 16:54:43 -0800 (PST) Received: by 10.142.108.9 with HTTP; Fri, 12 Dec 2008 16:54:42 -0800 (PST) Message-ID: <70c713190812121654qf1a8553lb1939c8b0e9a99f5@mail.gmail.com> Date: Sat, 13 Dec 2008 08:54:42 +0800 From: "Kevin Zhou" To: dev@harmony.apache.org Subject: Re: [jira] Commented: (HARMONY-6043) [classlib] [security] UnresolvedPermission.equals(Object) doesn't works well In-Reply-To: <70c713190812121643i4e666378v3bd6402f58d531af@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_161209_24991670.1229129683022" References: <359579868.1229063324352.JavaMail.jira@brutus> <1492224196.1229106944448.JavaMail.jira@brutus> <70c713190812121643i4e666378v3bd6402f58d531af@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_161209_24991670.1229129683022 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline How about this assignment? if(certs != null){ targetCerts = new Certificate[certs.length]; System.arraycopy(certs, 0, targetCerts, 0, certs.length); } ------=_Part_161209_24991670.1229129683022--