[prev in list] [next in list] [prev in thread] [next in thread] 

List:       webservices-general
Subject:    [jira] [Updated] (WSS-483) wsse:Reference without ValueType
From:       "Colm O hEigeartaigh (JIRA)" <jira () apache ! org>
Date:       2013-11-13 13:49:23
Message-ID: JIRA.12675380.1382581747239.66134.1384350563035 () arcas
[Download RAW message or body]


     [ https://issues.apache.org/jira/browse/WSS-483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel \
]

Colm O hEigeartaigh updated WSS-483:
------------------------------------

    Summary: wsse:Reference without ValueType  (was: wsse:Reference withhout \
ValueType)

> wsse:Reference without 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: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic