Malte Gessner created CXF-5452:
----------------------------------
Summary: JAX-RS Client: post method call doesn't send data.
Key: CXF-5452
URL: https://issues.apache.org/jira/browse/CXF-5452
Project: CXF
Issue Type: Bug
Components: JAX-RS
Affects Versions: 3.0.0-milestone1
Reporter: Malte Gessner
When i use the
org.apache.cxf.jaxrs.client.WebClient.SyncInvokerImpl.post(entity, genericType)
method, the post entity data is not submitted to the server.
I miss the entity in the delegated method() call.
@Override
public <T> T post(Entity<?> entity, GenericType<T> genericType) {
return method(HttpMethod.POST, genericType);
}
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)