[ http://issues.apache.org/jira/browse/WSS-48?page=comments#action_12429353 ] Dennis Sosnoski commented on WSS-48: ------------------------------------
I also ran into this, and fixed it independently. I was surprised that this has apparently not been tested, since it seems like you'd run into this with any of the standard examples from the WSS documentation. > EnvelopeIdResolver does not use namespace-sensitive queries > ----------------------------------------------------------- > > Key: WSS-48 > URL: http://issues.apache.org/jira/browse/WSS-48 > Project: WSS4J > Issue Type: Bug > Reporter: Fred Dushin > Assigned To: Davanum Srinivas > Attachments: EnvelopeIdResolver.patch > > > The EnvelopeIdResolver searched for a wsi:id in a cryptographically protected > SOAPElement, and then calls the DOM Level1 getAttribute call on the element, > providing only the localname of the wsu:Id qname. This causes some Saaj > implementations to fail to locate the wsu:Id attribute, since it is > namespace-qualified. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
