Re: [5.0] Tester

2003-07-18 Thread Remy Maucherat
Craig R. McClanahan wrote: I have put the tester back in activity for TC 5 (and it caught the failure for error pages), but unfortunately there are a few limitations caused by the HTTP client used (for example, if the status is 500, you can't read the content). It would be a good idea IMO to switch

Re: [5.0] Tester

2003-07-18 Thread Craig R. McClanahan
On Fri, 18 Jul 2003, Remy Maucherat wrote: > Date: Fri, 18 Jul 2003 11:30:35 +0200 > From: Remy Maucherat <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: [5.0] Tester > > I have put the tester back in activity

Re: [5.0] Tester

2003-07-18 Thread Remy Maucherat
Costin Manolache wrote: What about "anteater" ? (yet another project I didn't know about) The sad truth is that I'm lazy :) I want to rewrite the minimum possible amount of code and fix the tests which can't work with the JDK's HTTP client (ex: it returns 500 - TC 5 now restores the original err

Re: [5.0] Tester

2003-07-18 Thread Costin Manolache
What about "anteater" ? Costin Tim Funk wrote: > Is there any chance we'd want to use Latka instead? (Which uses > HttpClient) > > -Tim > > Remy Maucherat wrote: >> I have put the tester back in activity for TC 5 (and it caught the >> failure for error pages), but unfortunately there are a f

Re: [5.0] Tester

2003-07-18 Thread Tim Funk
I don't have much experience using Latka either but it used HttpClient and appeared to use an xml config file for all the tests. It also has the ability to add your own condition classes too. But it does appear dormant in commons. :( +1 to using just HttpClient -Tim Remy Maucherat wrote: Tim

Re: [5.0] Tester

2003-07-18 Thread Remy Maucherat
Tim Funk wrote: Is there any chance we'd want to use Latka instead? (Which uses HttpClient) Well, I don't know that component ;-) There's an apparent problem with it, though: it's an alpha 1 release, and doesn't seem to be evolving anymore (last release in 2001, so it's likely not in sync with Ht

Re: [5.0] Tester

2003-07-18 Thread Tim Funk
Is there any chance we'd want to use Latka instead? (Which uses HttpClient) -Tim Remy Maucherat wrote: I have put the tester back in activity for TC 5 (and it caught the failure for error pages), but unfortunately there are a few limitations caused by the HTTP client used (for example, if the s