costin 01/08/25 18:52:18
Modified:src/share/org/apache/tomcat/core Response.java
Log:
Fix for bug 1920.
Thanks to [EMAIL PROTECTED] (Eddie Ruvinsky) for reporting the bug.
There is no need to keep the duplicated 'int contentLength' ( it's just an
useless overhead ), and
costin 01/05/26 10:53:29
Modified:src/share/org/apache/tomcat/core Response.java
Log:
Use standard name for the encoding.
Don't set the charset encoding based on locale - this is not allways correct,
the user should set it explicitely ( in many countries there are more than
larryi 01/05/22 20:09:26
Modified:src/share/org/apache/tomcat/core Response.java
Log:
Update setBufferSize() to use OutputBuffer.isNew() to detect if buffer has
been written. Fixes Watchdog servlet failure.
Revision ChangesPath
1.51 +1 -8 jakarta-tomcat/src/
larryi 01/02/25 20:34:17
Modified:src/share/org/apache/tomcat/core Response.java
Log:
Fix for Bugzilla Bug #92.
Bug submitted by: Lamberton ([EMAIL PROTECTED])
The first real write to the response isn't guaranteed to occur in the top
level request. Updated the notifyEn
costin 00/11/06 10:17:28
Modified:.build.xml
src/facade22/org/apache/tomcat/facade
HttpServletResponseFacade.java
src/share/org/apache/tomcat/core Response.java
Removed: src/facade23 README
src/facade23/