[
https://issues.apache.org/jira/browse/WSS-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13804039#comment-13804039
]
Frank Cornelis commented on WSS-483:
------------------------------------
Thanks!
> wsse:Reference withhout ValueType
> ---------------------------------
>
> Key: WSS-483
> URL: https://issues.apache.org/jira/browse/WSS-483
> Project: WSS4J
> Issue Type: Improvement
> Reporter: Frank Cornelis
> Assignee: Colm O hEigeartaigh
> Fix For: 1.6.13
>
>
> In Reference we have:
> public void setValueType(String valueType) {
> element.setAttributeNS(null, "ValueType", valueType);
> }
> this should be
> public void setValueType(String valueType) {
> if (null != valueType)
> element.setAttributeNS(null, "ValueType", valueType);
> }
> so you can have an wsse:Reference with just an URI and no empty ValueType.
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]