[
https://issues.apache.org/jira/browse/CXF-8931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17873726#comment-17873726
]
John Tal commented on CXF-8931:
-------------------------------
[~reta] - Hi, tried today, unable to get some sample code outside of all our
enterprise stuff to run correctly. However, I'm sure you can use any existing
test infrastructure/cases that you guys should already have, there is not a lot
of setup around this. When using CXF 3.5 and setChunking(false); look in the
HTTP headers, it will not be chunked. Change the same code to use CXF 3.6 and
setChunking(false); look in the HTTP headers and it will be chunked just list
stated above. I can't get you a 'reproducer'. But you, or others on the team
should have many already right? Just increase the dependencies to 3.6 and it
will show you the issue.
> HttpClientHTTPConduit can't disable the http chunk mode
> -------------------------------------------------------
>
> Key: CXF-8931
> URL: https://issues.apache.org/jira/browse/CXF-8931
> Project: CXF
> Issue Type: Bug
> Reporter: Jim Ma
> Assignee: Andriy Redko
> Priority: Major
> Fix For: 4.1.0, 3.6.5, 4.0.6
>
>
> This works with URLConnectionHttpConduit, but this doesn't work with the new
> HttpClientHTTPConduit. When set the HttpClientPolicy.setAllowChunking(false)
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)