Re: IMAP URLs
Tim Berners-Lee <timbl@w3.org> Wed, 27 November 1996 17:50 UTC
Received: from cnri by ietf.org id aa17248; 27 Nov 96 12:50 EST
Received: from services.Bunyip.Com by CNRI.Reston.VA.US id aa15891;
27 Nov 96 12:50 EST
Received: (from daemon@localhost) by services.bunyip.com (8.6.10/8.6.9) id
LAA23238 for uri-out; Wed, 27 Nov 1996 11:41:38 -0500
Received: from mocha.bunyip.com (mocha.Bunyip.Com [192.197.208.1]) by
services.bunyip.com (8.6.10/8.6.9) with SMTP id LAA23233 for
<uri@services.bunyip.com>; Wed, 27 Nov 1996 11:41:01 -0500
Received: from www10.w3.org by mocha.bunyip.com with SMTP
(5.65a/IDA-1.4.2b/CC-Guru-2b)
id AA24921 (mail destined for uri@services.bunyip.com);
Wed, 27 Nov 96 11:40:55 -0500
Received: from mountain.w3.org (slip-timbl2.lcs.mit.edu [18.23.1.139]) by
www10.w3.org (8.7.5/8.7.3) with SMTP id LAA16778;
Wed, 27 Nov 1996 11:40:39 -0500 (EST)
Message-Id: <329B35DB.417E@w3.org>
Date: Tue, 26 Nov 1996 13:24:27 -0500
From: Tim Berners-Lee <timbl@w3.org>
Reply-To: Tim Berners-Lee <timbl@w3.org>
Organization: World Wide Web Consortium - W3C
X-Mailer: Mozilla 3.0Gold (Win95; I)
Mime-Version: 1.0
To: Larry Masinter <masinter@parc.xerox.com>
Cc: Chris.Newman@innosoft.com, uri@bunyip.com
Subject: Re: IMAP URLs
References: <96Nov25.185849pdt."135"@palimpsest.parc.xerox.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-uri@bunyip.com
Precedence: bulk
Larry Masinter wrote: [...] > draft-fielding-url-syntax-00.txt > > to see if the (revised) description of generic URL schemes clarifies > those things that were ambiguous from RFC 1738 & RFC 1808. It also seems to change some things. > # I also believe there is a bug in RFC 1808 with respect to multiple > # parameters. I think the relative URL should inherit all parameters form > # the base URL, except those that are specified in the relative URL. The > # current spec indicates that if *any* parameter is present in the relative > # URL, it overrides all parameters in the base URL. Comments? Philosophically the idea that a relative URL provdes a delta only allows you the interpreation that you should inherit all parameters except where specified. Because the ; syntax (for matrix-like spaces) was added after the / (for hierarchical-like spaces), I imagine that most client software parses the parameters as part of the filename. In fact, I wonder whether it i distinguished at all. (Try href=";c" in "/a/b" - do you get "/a/;c?") > The goal originally was to revise 1738 & 1808 to make them consistent > with current practice. What would current web browsers do with > relative URLs with multiple parameters? It may be that (as noone has been sure enough) no one has actually used them, of course, which would leave the option of specifying the philosophically clean case. > Larry Tim
- IMAP URLs Chris Newman
- Re: IMAP URLs Martin J Duerst
- Re: IMAP URLs Chris Newman
- Re: IMAP URLs Larry Masinter
- Re: IMAP URLs Chris Newman
- Re: IMAP URLs Larry Masinter
- Re: IMAP URLs Tim Berners-Lee