Cullen Davis created CXF-7369:
---------------------------------
Summary: Signed element with an attribute named Id leaves a WSS
Id attribute in the response
Key: CXF-7369
URL: https://issues.apache.org/jira/browse/CXF-7369
Project: CXF
Issue Type: Bug
Components: WS-* Components
Affects Versions: 3.1.11, 3.1.8
Environment: Weblogic 12.1
Reporter: Cullen Davis
Setup:
Create a Soap service that has a WssRequiredSignatureHandler.
Create an XML Element that has an attribute named id.
Create a soap request that uses the element with the id attribute
Specify that body be of the Soap request be a WSS Signed Element.
Invoke the Soap service method.
Expected Result
The SOAP response will have an element with a single id attribute
Actual Result:
The SOAP response will have an element with a expected id attribute as well as
an extra wsu:Id attribute. wsu maps to
http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
Work Around
Rename the attribute.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)