IIRC - There was a discussion on this a while bakc (in tomcat user, dev,
or bugzilla).
But I believe the resolution was - there is no configurable way to do so.
If you want no chunking at all - then at a minimum - you need to set the
content length explicitly. (response.setContentLength()) - but doing so
requires you to know the size of the content you are sending.
-Tim
COURTAULT Francois wrote:
Hello,
I have made some tests and it seems that if the response to a request
exceeds a size limit, the response is chunked.
Is there a way to avoid that ? or is there a way to set this limit in a
configuration file ?
Regards.
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]