Jean-Luc Rochat wrote:
> [...]
> Should this one work or not ?
>
> if (servlet_writer != null) {
> servlet_writer.close();
> }
> servlet_out.close();
> out.close();
out.close() is not necessary cause it is automatically called in
servlet_out.close(). I just wander if servlet_out may be undefined at
all. Seems not possible.
-- Mike
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]