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 74721 invoked from network); 1 May 2000 18:42:04 -0000 Received: from unknown (HELO mail.exoffice.com) (root@207.33.160.102) by locus.apache.org with SMTP; 1 May 2000 18:42:04 -0000 Received: from blue (fwin.exoffice.com [207.33.160.97]) by mail.exoffice.com (8.9.3/8.9.3) with SMTP id LAA10061 for ; Mon, 1 May 2000 11:42:22 -0700 Message-ID: <009201bfb39c$dbb0a440$2901a8c0@exoffice.com> From: "Remy Maucherat" To: References: <20000501015355.30393.qmail@locus.apache.org> Subject: [Catalina] Re: cvs commit: jakarta-tomcat/proposals/catalina/src/share/org/apache/tomcat/servlets DefaultServlet.java Date: Mon, 1 May 2000 11:41:26 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > craigmcc 00/04/30 18:53:55 > > Modified: proposals/catalina/src/share/org/apache/tomcat > HttpRequest.java > proposals/catalina/src/share/org/apache/tomcat/core > ApplicationContext.java LocalStrings.properties > StandardContext.java StandardWrapperValve.java > proposals/catalina/src/share/org/apache/tomcat/servlets > DefaultServlet.java > Added: proposals/catalina/src/share/org/apache/tomcat/core > ApplicationDispatcher.java WrappedRequest.java > Log: > Remove duplication method declaration from HttpRequest -- isSecure() is > already declared in Request. > > Correct the context mapping for the default servlet -- the requested > resource should be passed as getServletPath(), not getPathInfo(). It seems broken for servlet invocation. When I invoke http://127.0.0.1/servlet/org.exolab.slide.webdav.Webdav SlideDAV Request Info Encoding : ISO-8859-1 Length : 0 Type : null Parameters Protocol : HTTP/1.1 Address : 127.0.0.1 Host : 127.0.0.1 Scheme : http Server Name : 127.0.0.1 Server Port : 80 Attributes HTTP Header Info Authentication Type : null HTTP Method : OPTIONS Path Info : null Path translated : null Query string : null Remote user : null Requested session id : null Request URI : /servlet Context path : Servlet path : /servlet User principal : null Servlet path and Request URI are incorrect. Context path should be equal to "/servlet", right ? Remy