RE: CoyoteOutputStream OutputBuffer Problem

2009-05-27 Thread Caldarale, Charles R
> 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

Re: CoyoteOutputStream OutputBuffer Problem

2009-05-26 Thread Mike Duffy
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

RE: CoyoteOutputStream OutputBuffer Problem

2009-05-26 Thread Caldarale, Charles R
> 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

CoyoteOutputStream OutputBuffer Problem

2009-05-26 Thread Mike Duffy
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,