Re: Transfer-Encoding: chunked

From: Vladimir M. Zakharychev <vladimir.zakharychev_at_gmail.com>
Date: 24 Oct 2006 06:06:10 -0700
Message-ID: <1161695170.870298.259460_at_k70g2000cwa.googlegroups.com>


Carlitos wrote:
> Does anybody know how to dissable "Transfer-Encoding: chunked" in oc4j
> configuration files?
> It is very important to do that from the oc4j config files, not from my
> programm code.
>
> Thanks a lot !!!
>
> Carlitos

Why do you want to disable it? It's natural to HTTP/1.1 and can't be turned off in OC4J by a configuration setting: OC4J automatically switches to chunked mode when request is HTTP/1.1, response HTTP status code is not 206, and content length is known and is more than 50000 bytes. So your options are: 1) force all clients to use only HTTP/1.0, which doesn't support chunked encoding; and 2) learn to live with it.

Regards,

   Vladimir M. Zakharychev
    N-Networks, makers of Dynamic PSP(tm)     http://www.dynamicpsp.com Received on Tue Oct 24 2006 - 15:06:10 CEST

Original text of this message