> 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 on
Tomcat 5.5.27
- Original Message
From: "Caldarale, Charles R"
To: Tomcat Users List
Sent: Tuesday, May 26, 2009 4:43:37 PM
Subject: RE: CoyoteOutputStream OutputBuffer Problem
> From: Mike Duffy [mailto:mduffy_li...@yahoo.com]
> Subject: CoyoteOutputStream Outp
> From: Mike Duffy [mailto:mduffy_li...@yahoo.com]
> Subject: CoyoteOutputStream OutputBuffer Problem
>
> There may be a problem in
> org.apache.catalina.connector.CoyoteOutputStream at line 89
There's an even bigger problem in not telling us the Tomcat version...
- Chuck
There may be a problem in org.apache.catalina.connector.CoyoteOutputStream at
line 89
The OutputBuffer is null when trying to write to the response.
I have a servlet that is being used to write a png image for JFreeChart.
The servlet gets the output stream from the HttpServletResponse, writes,