cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core BufferedServletOutputStream.java

2002-07-02 Thread marcsaeg
marcsaeg2002/07/02 06:52:40 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 BufferedServletOutputStream.java Log: If an invalid character is sent through BufferedServletOutputStream it will cause an infinite loop on the error page because the same

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core BufferedServletOutputStream.java

2001-06-22 Thread marcsaeg
marcsaeg01/06/22 12:57:07 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 BufferedServletOutputStream.java Log: Set usingWriter to false in recycle(). This fixes part of bug 1802, the other part, regarding flushing PrintWriters I'm going to forego