Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 24414 invoked by uid 6000); 30 Aug 1999 15:45:27 -0000 Received: (qmail 24377 invoked by uid 2012); 30 Aug 1999 15:45:25 -0000 Date: 30 Aug 1999 15:45:25 -0000 Message-ID: <19990830154525.24369.qmail@hyperreal.org> To: apache-bugdb@apache.org, coar@apache.org, marc@xfree86.org From: coar@apache.org Subject: Re: general/4911: URLS like "http://www.apache.org/index.html/" should return a NOT FOUND, but don't. 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 make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ] Synopsis: URLS like "http://www.apache.org/index.html/" should return a NOT FOUND, but don't. State-Changed-From-To: open-closed State-Changed-By: coar State-Changed-When: Mon Aug 30 08:45:24 PDT 1999 State-Changed-Why: This is not a problem; the server is behaving as intended. It is true that resources that accept path-info should not use relative URLs for things like images, since the client may 'relativise' a result that includes the path-info as part of the path. Such resources should use absolute URLs.