[ 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

Reply via email to