Re: [hybi] [Uri-review] ws: and wss: schemes

Julian Reschke <julian.reschke@gmx.de> Fri, 14 August 2009 07:44 UTC

Return-Path: <julian.reschke@gmx.de>
X-Original-To: hybi@core3.amsl.com
Delivered-To: hybi@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 5A50A3A672E for <hybi@core3.amsl.com>; Fri, 14 Aug 2009 00:44:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.647
X-Spam-Level:
X-Spam-Status: No, score=-4.647 tagged_above=-999 required=5 tests=[AWL=-2.048, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X1fwnL6J-UtY for <hybi@core3.amsl.com>; Fri, 14 Aug 2009 00:44:24 -0700 (PDT)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by core3.amsl.com (Postfix) with SMTP id 9EF6C3A67B1 for <hybi@ietf.org>; Fri, 14 Aug 2009 00:44:21 -0700 (PDT)
Received: (qmail invoked by alias); 14 Aug 2009 07:22:45 -0000
Received: from p508FEE38.dip.t-dialin.net (EHLO [192.168.178.33]) [80.143.238.56] by mail.gmx.net (mp039) with SMTP; 14 Aug 2009 09:22:45 +0200
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX1+awywyKK+av5XUnTf3XwQdZ8d1HEDzOitEL9c8BL mq3G5Z+73tqk8+
Message-ID: <4A8510C2.7090807@gmx.de>
Date: Fri, 14 Aug 2009 09:22:42 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666
MIME-Version: 1.0
To: Ian Hickson <ian@hixie.ch>
References: <Pine.LNX.4.62.0908070531430.28566@hixie.dreamhostps.com> <4A7BC33E.5070805@gmx.de> <4A7BD1EA.1060000@gmx.de>
In-Reply-To: <4A7BD1EA.1060000@gmx.de>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
X-FuHaFi: 0.57
Cc: uri-review@ietf.org, hybi@ietf.org, uri@w3.org
Subject: Re: [hybi] [Uri-review] ws: and wss: schemes
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 14 Aug 2009 07:44:25 -0000

Julian Reschke wrote:
> Julian Reschke wrote:
>> ...
>>>    URI scheme syntax.
>>>       "ws" ":" hier-part [ "?" query ]
>>
>> I assume you are using ABNF syntax (RFC5234) and terminology from the 
>> URI spec, but you really need to state that.
>> ...
> 
> Furthermore I see no mention at all of these URI schemes in the 
> remainder of the spec. So is the IANA registration template supposed to 
> *be* the definition?
> 
> In particular:
> 
> 1) What does a "ws" URI identify?
> 
> 2) What is the semantics of "hier-part" and "query"?
> ...

There's a new draft: 
<http://www.ietf.org/id/draft-hixie-thewebsocketprotocol-32.txt> (BTW: 
just because publishing I-Ds is so simple doesn't mean that every single 
change needs to be published right away; it's a distraction and also 
confuses people about when they are supposed to review).

Anyway, it now says:

>    URI scheme syntax.
>       In ABNF terms using the terminals from the IRI specifications:
>       [RFC5238] [RFC3987]
> 
>            "ws" ":" ihier-part [ "?" iquery ]

That is even worse than before, because it now uses productions from the 
IRI spec defining *URI* syntax.

Furthermore, it still doesn't answer what the semantics of these parts 
are. What do "ihier-part" and "iquery" represent in a ws URI? What'S the 
effect? How are they used?

BR, Julian

PS: what does RFC5238 have to do with this?