Hi,
Thanks for the quick response.

>> java.lang.ArrayIndexOutOfBoundsException: 32000
>>      at
>>
org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer
>> .java:615)
>
>Well, the max size of the HTTP header on output is about 32 kbytes.
>As always, the HTTP spec doesn't set any limits, but Coyote does. I
have
>no idea what you're doing to get over that. I suppose a ton of cookies
>or something ...

So this limit is for the header, not the body?  I'm pretty sure not much
is happening in the header.  A couple of small cookies, not much more.  

But the body in this case is fairly big (~300KB), and I do output it via
a bunch of println() statements without a flush().  Could that prove a
problem with Coyote?

Thanks again,

Yoav Shapira
Millennium ChemInformatics
This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to