Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 14263 invoked from network); 22 Oct 1999 01:42:32 -0000 Received: from mercury.sun.com (192.9.25.1) by apache.org with SMTP; 22 Oct 1999 01:42:32 -0000 Received: from taller.eng.sun.com ([129.144.174.34]) by mercury.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id SAA15499 for ; Thu, 21 Oct 1999 18:42:31 -0700 (PDT) Received: from eng.sun.com (d-ucup02-252-249 [129.144.252.249]) by taller.eng.sun.com (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with ESMTP id SAA04445 for ; Thu, 21 Oct 1999 18:42:27 -0700 (PDT) Message-ID: <380FA5AF.803B7650@eng.sun.com> Date: Thu, 21 Oct 1999 18:45:51 -0500 From: Arun Jamwal Reply-To: Arun.Jamwal@eng.sun.com X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org Subject: [Fwd: Re: Running tests on latest source] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit These four tests are failing because the return code for requests /servlet and /servlet/ has changed from HTTP/1.0 404 Not Fouund to HTTP/1.0 403 Forbidden At one point (about a week ago) these tests were passing. So what's the appropriate response for the above requests - 404 or 403 ? Thanks, Arun. Paul Philion wrote: > I've been trying to get the latest stuff running. It looks like it runs, but the test suite results in the following dump. Should I worry about this? > > - Paul Philion > > testing 18 modules > > File Length Test : OK > Content Type Test : OK > File Integrity Test : OK > Welcome Test : OK > Simple Forwarding Test : OK > Forwarding With Query String Test : OK > Simple Inclusion Test : OK > File Inclusion Test : OK > Mismatch1 Test : OK > Mismatch2 Test : OK > IncludeMismatch1 Test : OK > IncludeMismatch2 Test : OK > Simple Redirect Test : OK > PrintWriterTest Test : OK > Http Date y2k Test : OK > Method GET Test : FAIL - > can't run test 18 : /servlet : 1.0 : 403 > can't run test 19 : /servlet/ : 1.0 : 403 > > Method POST Test : FAIL - > can't run test 7 : /servlet : 1.0 : 500 > can't run test 8 : /servlet/ : 1.0 : 500 > > URI Request Map Test : OK > > <<< FAIL >>> > Number of tests Passed: 16 > Number of tests Failed: 2 > > complete in : 6.810 seconds > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org