I have a simple JSP that reads from an input source and writes to the output stream using out.write() (indirectly).
If the browsers connection is closed (via stop, back, etc) I notice that the JSP keeps on writing to the dead connection. I would expect that my JSP error page would be invoked with an IOException. I tried setting the output buffer to be small using response.setBufferSize() but that didn't help. Any other ideas? Thanks, Mike __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
