You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Pier P. Fumagalli" <pi...@betaversion.org> on 2001/08/10 01:43:44 UTC

Patching GTest

I patched GTest.java since it was sending a double Content-Length header
(sending it twice). Here is the patch I just submitted, I ran tests, and
none of them fail both in standalone more or through Apache.

[pier@bubbles] ~/Desktop/Tomcat/watchdog $ cvs diff
src/tools/org/apache/tomcat/task/GTest.java
Index: src/tools/org/apache/tomcat/task/GTest.java
===================================================================
RCS file: 
/home/cvs/jakarta-watchdog-4.0/src/tools/org/apache/tomcat/task/GTest.java,v
retrieving revision 1.1
diff -r1.1 GTest.java
422,424d421
<           if( content != null) {
<               pw.println("Content-Length: " + content.length());
<           }
[pier@bubbles] ~/Desktop/Tomcat/watchdog $

    Pier


Re: Patching GTest

Posted by "Pier P. Fumagalli" <pi...@betaversion.org>.
Christopher Cain at ccain@mhsoftware.com wrote:

> "Pier P. Fumagalli" wrote:
>> 
>> [pier@bubbles] ...
> 
> Thanks for the visual ;-)

On my terminal is all in colors... Pretty nice rainbow blue and pink :)

    Pier


Re: Patching GTest

Posted by Christopher Cain <cc...@mhsoftware.com>.
"Pier P. Fumagalli" wrote:
> 
> [pier@bubbles] ...

Thanks for the visual ;-)