Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 7602 invoked from network); 27 May 2005 14:57:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 May 2005 14:57:14 -0000 Received: (qmail 68555 invoked by uid 500); 27 May 2005 14:57:10 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 68482 invoked by uid 500); 27 May 2005 14:57:09 -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 68448 invoked by uid 99); 27 May 2005 14:57:09 -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; Fri, 27 May 2005 07:57:06 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 5CD63180 for ; Fri, 27 May 2005 16:56:52 +0200 (CEST) Message-ID: <305188323.1117205812378.JavaMail.jira@ajax.apache.org> Date: Fri, 27 May 2005 16:56:52 +0200 (CEST) From: "Tom Jordahl (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS-2016) Bug in method for accessing SOAP-message header attributes with namespace In-Reply-To: <788914908.1117025696390.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-2016?page=all ] Tom Jordahl resolved AXIS-2016: ------------------------------- Resolution: Fixed Fix Version: 1.2.1 Applied patch. Thanks. > Bug in method for accessing SOAP-message header attributes with namespace > ------------------------------------------------------------------------- > > Key: AXIS-2016 > URL: http://issues.apache.org/jira/browse/AXIS-2016 > Project: Axis > Type: Bug > Components: Basic Architecture > Versions: 1.2 > Environment: any env > Reporter: Vladimir Chizhov > Fix For: 1.2.1 > Attachments: 2016.diff > > Class: org.apache.axis.message.NamedNodeImpl > Method: getNamedItemNS (namespaceURI:String, localName:String):Node > File location: NamedNodeImpl.java, line 203 (revision 1.3 in CVS) > the second part of condition in this line obviously should be > localName.equals(attr.getLocalName()) > instead of > namespaceURI.equals(attr.getLocalName()) -- 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