[jboss-jira] [JBoss JIRA] (WFLY-4789) Cannot remove property from client configuration
Katerina Novotna (JIRA)
issues at jboss.org
Tue Jun 16 08:38:04 EDT 2015
Katerina Novotna created WFLY-4789:
--------------------------------------
Summary: Cannot remove property from client configuration
Key: WFLY-4789
URL: https://issues.jboss.org/browse/WFLY-4789
Project: WildFly
Issue Type: Bug
Components: REST
Reporter: Katerina Novotna
Assignee: Stuart Douglas
The javadoc [1] for javax.ws.rs.core Configurable interface says that:
"An existing property can be removed by assigning a null value to the property. "
By client.property(some_property, null) this is not possible.
ResteasyProviderFactory.property() method only adds the properties, but has no way to remove it if the value of the property is null.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list