Uploaded image for project: 'Axis'
  1. Axis
  2. AXIS-2016

Bug in method for accessing SOAP-message header attributes with namespace

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.2
    • 1.2.1
    • Basic Architecture
    • None
    • any env

    Description

      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())

      Attachments

        1. 2016.diff
          0.9 kB
          Ashutosh Shahi

        Activity

          People

            Unassigned Unassigned
            jagoterr Vladimir Chizhov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: