Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 40126 invoked from network); 5 Jul 2010 19:56:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Jul 2010 19:56:45 -0000 Received: (qmail 76230 invoked by uid 500); 5 Jul 2010 19:56:45 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 76174 invoked by uid 500); 5 Jul 2010 19:56:45 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 76165 invoked by uid 99); 5 Jul 2010 19:56:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jul 2010 19:56:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jul 2010 19:56:42 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o65Jmp5e009885 for ; Mon, 5 Jul 2010 19:48:51 GMT Message-ID: <33045626.205841278359331045.JavaMail.jira@thor> Date: Mon, 5 Jul 2010 15:48:51 -0400 (EDT) From: "Hudson (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6556) [classlib][luni] URL.equals(Object) returns false when host and address are null In-Reply-To: <13686220.15601277301651639.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885322#action_12885322 ] Hudson commented on HARMONY-6556: --------------------------------- Integrated in Harmony-select-1.5-head-linux-x86_64 #55 (See [http://hudson.zones.apache.org/hudson/job/Harmony-select-1.5-head-linux-x86_64/55/]) Fix for HARMONY-6556 ([classlib][luni] URL.equals(Object) returns false when host and address are null) > [classlib][luni] URL.equals(Object) returns false when host and address are null > -------------------------------------------------------------------------------- > > Key: HARMONY-6556 > URL: https://issues.apache.org/jira/browse/HARMONY-6556 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: all > Reporter: Catherine Hope > Assignee: Tim Ellison > Priority: Minor > Fix For: 5.0M15 > > > URL.equals(Object) returns false when the URLs have null hostnames and address, e.g. > u = new URL("file",null,0,"test.txt"); > u1 = new URL("file",null,0,"test.txt"); > assertEquals(u, u1); > will fail on Harmony, but passes on the RI -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.