<EncryptedElements/> fails when the element is not namespce qualified
----------------------------------------------------------------------
Key: RAMPART-251
URL: https://issues.apache.org/jira/browse/RAMPART-251
Project: Rampart
Issue Type: Bug
Reporter: Prabath Siriwardena
Assignee: Ruchith Udayanga Fernando
When the plain text message is
<apache:Issue xmlns:wso2="http://apache.org/rampart/ac">
<apache:Create>
<issue_number>AC-19</issue_number>
</apache:Create>
</apache:Issue>
following assertion fails to encrypt issue_number element
<sp:EncryptedElements
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
<sp:XPath>//issue_number</sp:XPath>
</sp:EncryptedElements>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.