Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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)