[
https://issues.apache.org/jira/browse/CXF-8833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17709919#comment-17709919
]
Andriy Redko commented on CXF-8833:
-----------------------------------
Thanks [~bocamel], I think the behavior of GZIPInInterceptor is not correct
here, the no content should be handled gracefully
> When processing HTTP 204 empty response, throw EOFException
> -----------------------------------------------------------
>
> Key: CXF-8833
> URL: https://issues.apache.org/jira/browse/CXF-8833
> Project: CXF
> Issue Type: Bug
> Components: Core
> Affects Versions: 3.5.5
> Reporter: John Yin
> Priority: Major
>
> It is common that with HTTP 204, no response body is returned. But the
> org.apache.cxf.transport.common.gzip.GZIPInInterceptor generates a
> EOFException which results a Fault. Should it catch and handle the exception
> since no response is expected for HTTP 204?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)