Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 23139 invoked by uid 6000); 27 Dec 1997 17:21:08 -0000 Received: (qmail 23120 invoked by uid 2012); 27 Dec 1997 17:21:07 -0000 Date: 27 Dec 1997 17:21:07 -0000 Message-ID: <19971227172107.23119.qmail@hyperreal.org> To: apache-bugdb@apache.org, ben@apache.org, sec96@geocities.com From: ben@hyperreal.org Subject: Re: os-windows/1558: Alias to other drives gives error 404 Sender: apache-bugdb-owner@apache.org Precedence: bulk [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] Synopsis: Alias to other drives gives error 404 State-Changed-From-To: feedback-analyzed State-Changed-By: ben State-Changed-When: Sat Dec 27 09:21:06 PST 1997 State-Changed-Why: Actually, it doesn't work. Nor will "Alias /fred /" on a Unix box. This is because get_path_info() will strip a leading / if the path is simply "/" or "x:/". I'm working on a fix.