Re: How to close an out Stream if a client aborts

2008-07-01 Thread Lyallex
On Mon, Jun 30, 2008 at 1:52 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > > - Original Message - From: "Lyallex" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Monday, June 30, 2008 10:11 AM > Subject: How to close an out Stream if

Re: How to close an out Stream if a client aborts

2008-06-30 Thread Johnny Kewl
- Original Message - From: "Lyallex" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, June 30, 2008 10:11 AM Subject: How to close an out Stream if a client aborts Good Morning Java 1.5.0_15 Tomcat 5.5.26 I have a servlet that is used to serve

Re: How to close an out Stream if a client aborts

2008-06-30 Thread Johnny Kewl
- Original Message - From: "Lyallex" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, June 30, 2008 10:11 AM Subject: How to close an out Stream if a client aborts Good Morning Java 1.5.0_15 Tomcat 5.5.26 I have a servlet that is used to serve

How to close an out Stream if a client aborts

2008-06-30 Thread Lyallex
Good Morning Java 1.5.0_15 Tomcat 5.5.26 I have a servlet that is used to serve up images from a database If the client aborts the connection I get the usual 'broken pipe' type exceptions The thing is that from my debug output it appears that the OutputStream to the client (instanceof ServletOu