Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4
-
None
-
None
Description
Issue with SecureConversationToken.serialize() method.
The org.apache.ws.secpolicy.model.SecureConversationToken.serialize() method: Line 102 appends the namespace twice to the inclusion parameter. The namespace is already appended in when initializing the 'inclusion' variable at line 96/98.
I have attached the fix with this issue.
Thanks
Sumit Shah