Re: [Uri-review] percent encoding of '/' in one-segment non-hierarchical path component

Larry Masinter <masinter@adobe.com> Tue, 27 August 2013 19:29 UTC

Return-Path: <masinter@adobe.com>
X-Original-To: uri-review@ietfa.amsl.com
Delivered-To: uri-review@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6E64321F9C4F for <uri-review@ietfa.amsl.com>; Tue, 27 Aug 2013 12:29:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.885
X-Spam-Level:
X-Spam-Status: No, score=-6.885 tagged_above=-999 required=5 tests=[AWL=-0.286, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CrjP1ivysL0h for <uri-review@ietfa.amsl.com>; Tue, 27 Aug 2013 12:29:36 -0700 (PDT)
Received: from exprod6og109.obsmtp.com (exprod6og109.obsmtp.com [64.18.1.23]) by ietfa.amsl.com (Postfix) with ESMTP id DCFD821F9D5E for <uri-review@ietf.org>; Tue, 27 Aug 2013 12:29:33 -0700 (PDT)
Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob109.postini.com ([64.18.5.12]) with SMTP ID DSNKUhz+GgD8F+/DzHSZNlLjTnz7AyFdla6h@postini.com; Tue, 27 Aug 2013 12:29:34 PDT
Received: from inner-relay-1.corp.adobe.com (inner-relay-1.adobe.com [153.32.1.51]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r7RJTT2r014842; Tue, 27 Aug 2013 12:29:29 -0700 (PDT)
Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r7RJTH6A019172; Tue, 27 Aug 2013 12:29:27 -0700 (PDT)
Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by nacas01.corp.adobe.com ([10.8.189.99]) with mapi; Tue, 27 Aug 2013 12:29:16 -0700
From: Larry Masinter <masinter@adobe.com>
To: Jan Pechanec <jan.pechanec@oracle.com>
Date: Tue, 27 Aug 2013 12:29:15 -0700
Thread-Topic: [Uri-review] percent encoding of '/' in one-segment non-hierarchical path component
Thread-Index: Ac6jUBmKzEPZzMusRa2P/rBdFuX4SgACwunQ
Message-ID: <C68CB012D9182D408CED7B884F441D4D3472BBD609@nambxv01a.corp.adobe.com>
References: <alpine.GSO.2.00.1308131709340.19813@rejewski> <alpine.GSO.2.00.1308211422330.15710@rejewski> <C68CB012D9182D408CED7B884F441D4D3472A4792F@nambxv01a.corp.adobe.com> <alpine.GSO.2.00.1308262256270.24199@rejewski>
In-Reply-To: <alpine.GSO.2.00.1308262256270.24199@rejewski>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "uri-review@ietf.org" <uri-review@ietf.org>
Subject: Re: [Uri-review] percent encoding of '/' in one-segment non-hierarchical path component
X-BeenThere: uri-review@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Proposed URI Schemes <uri-review.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/uri-review>, <mailto:uri-review-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/uri-review>
List-Post: <mailto:uri-review@ietf.org>
List-Help: <mailto:uri-review-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/uri-review>, <mailto:uri-review-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 27 Aug 2013 19:29:43 -0000

> >If you would like your URIs to be parsable by generic URI parsing,
> >then they need to follow the generic URI syntax.
> 
> 	yes, I'd like that.  I assume all URI schemes should be
> correctly parsable by generic URI parsers, shouldn't they?

I meant "parsable usefully". Trivially, you can turn any string into 
a private "scheme specific part". "data:" and "urn:" aren't usefully
parsed into the generic URI syntax, since they don't use
//, /, ? as delimiters.   so your syntax will "work", you just wouldn't
use the generic parser's ability to tease out an attribute value list
from a syntax delimited with ?a=b&c=d&e=f