When SecureConversationTokens are used Rampart always try to use the attached
reference
----------------------------------------------------------------------------------------
Key: RAMPART-168
URL: https://issues.apache.org/jira/browse/RAMPART-168
Project: Rampart
Issue Type: Bug
Components: rampart-core
Reporter: Nandana Mihindukulasooriya
Assignee: Nandana Mihindukulasooriya
Fix For: 1.4
When SecureConversationTokens are used Rampart always try to use the attached
reference when present even when the token is not included in the message.
OMElement ref = tok.getAttachedReference();
if(ref == null) {
ref = tok.getUnattachedReference();
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.