Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 2845 invoked from network); 24 May 2005 20:54:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2005 20:54:17 -0000 Received: (qmail 36739 invoked by uid 500); 24 May 2005 20:54:13 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 36710 invoked by uid 500); 24 May 2005 20:54:13 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 36696 invoked by uid 99); 24 May 2005 20:54:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 24 May 2005 13:54:11 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 63CD117F for ; Tue, 24 May 2005 22:54:09 +0200 (CEST) Message-ID: <350079625.1116968049407.JavaMail.jira@ajax.apache.org> Date: Tue, 24 May 2005 22:54:09 +0200 (CEST) From: "Steve Green (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS-2015) org.apache.axis.types.URI does not compare registry authority in equals() In-Reply-To: <2061988737.1116967372970.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS-2015?page=all ] Steve Green updated AXIS-2015: ------------------------------ Attachment: 2015.patch Patch and test case > org.apache.axis.types.URI does not compare registry authority in equals() > ------------------------------------------------------------------------- > > Key: AXIS-2015 > URL: http://issues.apache.org/jira/browse/AXIS-2015 > Project: Axis > Type: Bug > Components: Basic Architecture > Versions: current (nightly) > Reporter: Steve Green > Attachments: 2015.patch > > org.apache.axis.types.URI does not compare registry authority in equals(). This test program prints "true". > URI oURI1 = new URI ("abc://@10"); > URI oURI2 = new URI ("abc://@20"); > System.out.println (oURI1.equals(oURI2)); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira