Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 66037 invoked from network); 7 Nov 2001 19:29:20 -0000 Received: from unknown (HELO osaka.betaversion.org) (192.18.49.133) by daedalus.apache.org with SMTP; 7 Nov 2001 19:29:20 -0000 Received: (qmail 6159 invoked from network); 7 Nov 2001 19:31:51 -0000 Received: from nagoya.betaversion.org (192.18.49.131) by osaka.betaversion.org with SMTP; 7 Nov 2001 19:31:51 -0000 Received: (qmail 13721 invoked by uid 97); 7 Nov 2001 19:28:25 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 13700 invoked by uid 97); 7 Nov 2001 19:28:24 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 13685 invoked by uid 50); 7 Nov 2001 19:28:23 -0000 Date: 7 Nov 2001 19:28:23 -0000 Message-ID: <20011107192823.13684.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 4707] New: - HttpServletRequest.getPathInfo() method strips consecutive "/" chars X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4707 HttpServletRequest.getPathInfo() method strips consecutive "/" chars Summary: HttpServletRequest.getPathInfo() method strips consecutive "/" chars Product: Tomcat 4 Version: 4.0.1 Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: Stephen.Ince@qwest.com The javax.servlet.http.HttpServletRequest.getPathInfo() method is stripping away consecutive "/" chars. For example if the url of my servlet is "http://localhost/my_servlet/http://www.yahoo.com/" where "my_servlet" is the name of my servlet. In the service() method I invoke HttpServletRequest.getPathInfo() it should return '/http://www.yahoo.com/' but it returns '/http:/www.yahoo.com/' instead. -- To unsubscribe, e-mail: For additional commands, e-mail: