> From: Mike Duffy [mailto:mduffy_li...@yahoo.com]
> Subject: Re: CoyoteOutputStream OutputBuffer Problem
> 
> The OutputBuffer is null when trying to write to the response.

The only time the OutputBuffer reference is cleared is when the Response object 
is recycled, and even then only if you're running with a SecurityManager.  The 
easiest way to trap this might well be to drop some logging (or even print) 
statements into Tomcat code, particularly in the recycle() method of 
org.apache.catalina.connector.Response; dumping the call stack at that point 
would be very useful.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to