When <sp:Header Namespace="http://www.w3.org/2005/08/addressing"/> is added to
the policy.xml expecting it to sign both the ws-addressing headers and the
body, it only signs the header
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: RAMPARTC-25
URL: https://issues.apache.org/jira/browse/RAMPARTC-25
Project: Rampart/C
Issue Type: Bug
Environment: Windows XP
Reporter: Evanthika Amarasiri
Assignee: Davanum Srinivas
1. In both the services.xml and the policy.xml added the following line
expecting it to sign both the body and the ws-addressing headers
*********************************************************************************************************
<sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
<sp:Body/>
<sp:Header
Namespace="http://www.w3.org/2005/08/addressing"/>
</sp:SignedParts>
*********************************************************************************************************
2. If you add both the above lines it only signs the ws-addressing headers and
not the body
3. But if you comment the line <sp:Header
Namespace="http://www.w3.org/2005/08/addressing"/> it signs the body only as
expected
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.