Received: (from majordom@localhost) by hyperreal.com (8.8.4/8.8.4) id FAA25617; Wed, 9 Apr 1997 05:51:24 -0700 (PDT) Received: from mhub2.tc.umn.edu (0@mhub2.tc.umn.edu [128.101.131.52]) by hyperreal.com (8.8.4/8.8.4) with SMTP id FAA25546 for ; Wed, 9 Apr 1997 05:51:07 -0700 (PDT) Received: from maroon.tc.umn.edu by mhub2.tc.umn.edu; Wed, 9 Apr 97 07:50:58 -0500 Received: from cplusr.oto.umn.edu by maroon.tc.umn.edu; Wed, 9 Apr 97 07:50:58 -0500 Date: Wed, 9 Apr 97 07:53:15 CDT From: "John Van Essen" Message-Id: <42516.vanes002@maroon.tc.umn.edu> X-Minuet-Version: Minuet1.0_Beta_17A Reply-To: X-POPMail-Charset: English To: apache-bugdb@apache.org Subject: Re: general/284: GET request with trailing ".." needs a REDIRECT Sender: apache-bugdb-owner@apache.org Precedence: bulk At gamers.org, we implemented the util.c patch that I mentioned earlier: >> Change l++; >> to if (l <= 0) l++; /* Keep "/" only if at BOL */ and that does indeed trigger the redirection. It's been in for a week. Since this patch is so simple and needs to be applied only when upgrading, it's easy enough for us to do it ourselves. So I hereby withdraw this Problem Report. To see this patch in action, try this "Location" in Netscape: www.gamers.org/docs/foo/.. and you'll get /docs/ in your location bar instead of /docs/foo/.. (which is what you'd get without this patch). BTW, the Teleport people confirmed their mishandling of ".." hrefs, and will be fixing it in their next release, out in a week or two. One last comment - it would be handy to see the entire list of problem reports in a condensed non-table format (e.g. PR# : PRtitle) and/or a table with a user-selected range of reports (i.e. 250 - Max# ). Over and out. John Van Essen