GitHub user ajeans opened a pull request:

    https://github.com/apache/cxf/pull/224

    CXF-5436: Properly handle SOAP responses whose Content-Type is missin…

    …g, even if
    
    the response is chunked.
    This code already tests for 'Content-Length:0' to fast track empty 
responses, but
    chunked responses don't set this header, so test also for 
'Transfer-Encoding:chunked'.
    
    Signed-off-by: Arnaud Jeansen <[email protected]>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ajeans/cxf master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cxf/pull/224.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #224
    
----
commit afd0d92017dea93138a0bb5d19ba25dde9f947bc
Author: Arnaud Jeansen <[email protected]>
Date:   2017-01-17T16:06:39Z

    CXF-5436: Properly handle SOAP responses whose Content-Type is missing, 
even if
    the response is chunked.
    This code already tests for 'Content-Length:0' to fast track empty 
responses, but
    chunked responses don't set this header, so test also for 
'Transfer-Encoding:chunked'.
    
    Signed-off-by: Arnaud Jeansen <[email protected]>

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to