Freeman Yue Fang created CXF-8223:
-------------------------------------
Summary: Be able to read empty entity from a Response with 202
Key: CXF-8223
URL: https://issues.apache.org/jira/browse/CXF-8223
Project: CXF
Issue Type: Improvement
Components: JAX-RS
Environment: JAXRS client can read empty entity from a Response with
200, but can't do the similar from a Response with 202(HTTP ACCEPTED). The
reason is that currently CXF consider a 202 return as oneway or partial
response of WS-RM|WS-ADDRESSING, but this isn't always the case for JAXRS
response. We need to introduce a context property(the default value should keep
the behavior as before) so that RS client can explicitly specify that RS client
want to read the empty entity even with 202 response code.
Reporter: Freeman Yue Fang
--
This message was sent by Atlassian Jira
(v8.3.4#803005)