You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Michael Bergknoff <be...@yahoo.com> on 2002/06/08 04:25:08 UTC

JSP output

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>