I think this might work.
It appears to me that you can call close() on the ServletOutputStream. I believe that will cause your write() on the ServletOutputStream (which was blocked) to throw an IOException.
If you set a boolean breakoffOrdered = true, before you close the stream, then when you catch the IOException you can test if breakoffOrdered, and act accordingly.
Rich
_______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
