NPE in DigestGenerator's getExpandedName() methods
--------------------------------------------------

                 Key: WSCOMMONS-564
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-564
             Project: WS-Commons
          Issue Type: Bug
          Components: AXIOM
    Affects Versions: Axiom 1.2.9
            Reporter: Myles Bunbury


In org.apache.axiom.om.util.DigestGenerator, both getExpandedName(OMElement 
element) and getExpandedName(OMAttribute attribute) will throw a null pointer 
exception if getNamespace() returns NULL:
      return attribute.getNamespace().getNamespaceURI() + ":" + 
attribute.getLocalName();


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to