[
https://jira.jboss.org/browse/JBWS-3084?page=com.atlassian.jira.plugin.sy...
]
Sergey Beryozkin commented on JBWS-3084:
----------------------------------------
When working with jbossws/cxf, one can disable the chunked encoding when using
SOAPConnection by setting a "Transfer-Encoding" header on SOAPMessage with a
value "disabled" :
soapMessage.getMimeHeaders().addHeader("Transfer-Encoding",
"disabled");
JBossWs/CXF SOAPConnection implementation will attempt to disable the encoding and also
block a "Transfer-Encoding" header with a non-standard "disabled"
value from being transmitted over the wire.
Enable control of chunked encoding when using SOAPConnection
------------------------------------------------------------
Key: JBWS-3084
URL:
https://jira.jboss.org/browse/JBWS-3084
Project: JBoss Web Services
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: jbossws-cxf, jbossws-native
Affects Versions: jbossws-cxf-3.3.1, jbossws-native-3.3.1
Reporter: Darran Lofthouse
Assignee: Sergey Beryozkin
Fix For: jbossws-cxf-3.4.0, jbossws-native-3.4.0
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira