remm 2003/02/26 08:36:13
Modified: jasper2/src/share/org/apache/jasper JspC.java
Log:
- Flush the header to the file.
Revision Changes Path
1.34 +4 -3
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: JspC.java
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- JspC.java 26 Feb 2003 15:50:19 -0000 1.33
+++ JspC.java 26 Feb 2003 16:36:13 -0000 1.34
@@ -728,6 +728,7 @@
} else if (webxmlLevel>= INC_WEBXML) {
mapout.write(Localizer.getMessage("jspc.webinc.header"));
}
+ mapout.flush();
} catch (IOException ioe) {
mapout = null;
servletout = null;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]