cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core OutputBuffer.java ServerSession.java Request.java

2003-09-22 Thread hgomez
hgomez 2003/09/22 02:18:21 Modified:src/share/org/apache/tomcat/core OutputBuffer.java ServerSession.java Request.java Log: Third batch of imports cleanup in TC 3.3.2-dev (tc-core) Revision ChangesPath 1.21 +4 -6

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

2001-05-26 Thread costin
costin 01/05/26 10:46:46 Modified:src/share/org/apache/tomcat/core OutputBuffer.java Log: Added the code for the buffer changes. Use ISO-8859-1 (the standard name for the default encoding ) Revision ChangesPath 1.17 +12 -12

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

2001-05-22 Thread costin
costin 01/05/22 12:30:55 Modified:src/share/org/apache/tomcat/core OutputBuffer.java Log: Small fix in OutputBuffer - don't send bytes if the output was closed. ( this is an old bug that came back ) Revision ChangesPath 1.15 +1 -0

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

2001-05-22 Thread larryi
larryi 01/05/22 20:19:46 Modified:src/share/org/apache/tomcat/core OutputBuffer.java Log: Add flushCharsNeeded() method to allow detecting if the CharBuffer needs flushing. Also, set state to BYTE_STATE after flushing CharBuffer to avoid unnecessary additional flush.

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

2001-05-20 Thread costin
costin 01/05/20 21:04:09 Modified:src/share/org/apache/tomcat/core OutputBuffer.java Log: Small refactoring, the API is unchanged but the char-byte encoder and the buffers have been moved in util/buf and are now used for the url encoder. The benefit here is cleaner code (

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

2001-02-26 Thread costin
costin 01/02/26 18:45:02 Modified:src/share/org/apache/tomcat/core OutputBuffer.java Log: Added few more checks for null and few more accessor methods. Revision ChangesPath 1.13 +31 -2 jakarta-tomcat/src/share/org/apache/tomcat/core/OutputBuffer.java

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

2001-01-06 Thread costin
costin 01/01/06 16:10:33 Modified:src/share/org/apache/tomcat/core OutputBuffer.java Log: Small change in OutputBuffer - the number of chars written was not exposed. We also need to know if the buffer is new ( needed to fix bug in ErrorHandler). Revision ChangesPath

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

2000-11-16 Thread nacho
nacho 00/11/16 08:59:18 Modified:src/share/org/apache/tomcat/core OutputBuffer.java Log: Flushing the byte buffer after a flush of char buffer. Revision ChangesPath 1.9 +6 -4 jakarta-tomcat/src/share/org/apache/tomcat/core/OutputBuffer.java Index: