Uploaded image for project: 'Axiom'
  1. Axiom
  2. AXIOM-136

bug in axiom-api class StAXOMBuilder n the method processNamespaceData, generating wrong namespace.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Invalid
    • 1.2.8
    • None
    • None
    • None
    • Linux Ubuntu

    Description

      In class StAXOMBuilder found an error in the method processNamespaceData. The command if (namespaceURI! = Null & & namespaceURI.length ()> 0) is wrong, should be so if (namespaceURIFromParser! = Null & & namespaceURIFromParser.length ()> 0). This error is generating wrong namespace for the tags.

      Attachments

        Activity

          People

            Unassigned Unassigned
            italivio Italivio Correa
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: