Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 58546 invoked by uid 500); 27 Aug 2001 05:33:17 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: tomcat-dev@jakarta.apache.org Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 58537 invoked from network); 27 Aug 2001 05:33:17 -0000 Date: Sun, 26 Aug 2001 22:32:59 -0700 From: Justin Erenkrantz To: tomcat-dev@jakarta.apache.org Subject: Re: Tomcat 3.2.3 and getPathInfo Message-ID: <20010826223259.M17570@ebuilt.com> References: <3B89D98E.2357968A@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B89D98E.2357968A@acm.org>; from jhunter@acm.org on Sun, Aug 26, 2001 at 10:24:30PM -0700 X-AntiVirus: scanned for viruses by AMaViS 0.2.1-pre3 (http://amavis.org/) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Sun, Aug 26, 2001 at 10:24:30PM -0700, Jason Hunter wrote: > So what does the Apache Web Server do for PATH_INFO on a request to > http://foo.com/cgi-bin/somecgi/http://extra.com? Ask for /index.html/http://extra.com with httpd-2.0, it strips out the second /. (gdb) print r->path_info $5 = 0x813debc "/http:/extra.com" HTH. -- justin