[
https://issues.apache.org/jira/browse/CXF-8223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Freeman Yue Fang resolved CXF-8223.
-----------------------------------
Fix Version/s: 3.3.6
3.4.0
Resolution: Fixed
> 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
> Assignee: Freeman Yue Fang
> Priority: Major
> Fix For: 3.4.0, 3.3.6
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)