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
- 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
- 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
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