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 28226 invoked from network); 22 Oct 1999 04:25:46 -0000 Received: from mercury.sun.com (192.9.25.1) by apache.org with SMTP; 22 Oct 1999 04:25:46 -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 VAA12535 for ; Thu, 21 Oct 1999 21:25:45 -0700 (PDT) Received: from eng.sun.com (d-ucup02-124-70 [129.144.124.70]) by taller.eng.sun.com (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with ESMTP id VAA09849 for ; Thu, 21 Oct 1999 21:25:41 -0700 (PDT) Message-ID: <380FE785.8CD69EC0@eng.sun.com> Date: Thu, 21 Oct 1999 21:26:45 -0700 From: James Todd Organization: Sun Microsystems X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org Subject: vote please (was-> [Fwd: Re: [Fwd: Re: Running tests on latest source]]) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit i think we need to vote on this one as arun is basically blocked. the current tests assume an http return code which has recently changed. the good news is that this is the intended purpose of these tests which we will continue to grow ... to force a discussion as to the merits of the change and the formulation of a consensus as to how best to proceed. the issue at hand is what should the http return code be for a "/servlet" and "/servlet/", effectively a directory listing, request be: 404 - not found 403 - forbidden i don't believe the servlet 2.2 spec is explicit to this detail for this matter ... but i could be wrong. given that arun put this item on the table and as such is indirectly asking for a vote i'll register: +1 for 403 - forbidden with an understanding that there may be good merits for a 404 to which i'm open. two more +1 votes and we'll rev the tests so that they expect 403 and should pass with flying colors. diving in a bit more i'm actually quite curious as to what has changed to affect resource requests permissions response codes. thx much, - james -------- Original Message -------- Subject: Re: [Fwd: Re: Running tests on latest source] Date: Thu, 21 Oct 1999 19:10:53 -0700 From: James Todd Reply-To: tomcat-dev@jakarta.apache.org Organization: Sun Microsystems To: tomcat-dev@jakarta.apache.org References: <380FA5AF.803B7650@eng.sun.com> Arun Jamwal wrote: > > 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 ? i like 403. that said, i wonder what change occured to cause from 404 to 403. my inclination would be something in DefaultServlet. > > Thanks, > Arun. > - james --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org