You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Chandra Talluri <ct...@netnumber.com> on 2003/06/30 22:49:46 UTC

How can I tell the server not to send response with "Transfer-Encoding: chunked"

Hi,

How can I tell the server not to send response with "Transfer-Encoding:
chunked".

I deployed AXIS webservice on Tomcat 4.1.24 server. When I send the message
the response comes back is  chunked.

Thanks
-Chandra Talluri
NetNumber.com, Inc.
650 Suffolk Street
Suite 307
Lowell, MA 01854
Tel: 978-848-2841
ctalluri@netnumber.com
http://www.netnumber.com


RE: How can I tell the server not to send response with "Transfer-Encoding: chunked"

Posted by Chandra Talluri <ct...@netnumber.com>.
Went through the code and found it is not possible to send without
"Transfer-Encoding: chunked"  it is because the sendResponse() of
AxisServlet never sets the Content-Length of the response. So the servlet
engine will do chunking if content-length is not specified.

-Chandra
-----Original Message-----
From: Chandra Talluri [mailto:ctalluri@netnumber.com]
Sent: Monday, June 30, 2003 4:50 PM
To: Axis-User (E-mail)
Subject: How can I tell the server not to send response with
"Transfer-Encoding: chunked"



Hi,

How can I tell the server not to send response with "Transfer-Encoding:
chunked".

I deployed AXIS webservice on Tomcat 4.1.24 server. When I send the message
the response comes back is  chunked.

Thanks
-Chandra Talluri
NetNumber.com, Inc.
650 Suffolk Street
Suite 307
Lowell, MA 01854
Tel: 978-848-2841
ctalluri@netnumber.com
http://www.netnumber.com