DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22103>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22103 JspC.execute do not close files ------- Additional Comments From [EMAIL PROTECTED] 2003-08-04 13:12 ------- Oups, sorry I can not send you a patch. But I have look in the source, and I think that if you update the org.apache.jasper.compiler.Compiler.compile (boolean) method by insterting if (ctx.getWriter()!=null) { ctx.getWriter().close(); ctx.setWriter(null); } in the finally clause. BTW, how can I give you patch if I don't have a CVS client? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]