Anil Saldhana
updated
an issue
PicketLink
/
PLINK-464
WSSecurityWriter/WSTrustResponseWriter should use StringUtil for null string checks
Change By:
Anil Saldhana
// write the status code.
if (
wrappingElementPrefix
status.getCode()
== null ||
wrappingElementPrefix
status.getCode()
== "")
throw logger.
wrongTypeError
wsTrustValidationStatusCodeMissing
(
"Wrapping element prefix invalid"
);
Add Comment
This message was sent by Atlassian JIRA
(v6.2.3#6260-
sha1:63ef1d6
)