Re: [webfinger] Absolute URI vs URI

"Paul E. Jones" <paulej@packetizer.com> Mon, 22 July 2013 07:07 UTC

Return-Path: <paulej@packetizer.com>
X-Original-To: webfinger@ietfa.amsl.com
Delivered-To: webfinger@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5994821E808F for <webfinger@ietfa.amsl.com>; Mon, 22 Jul 2013 00:07:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.54
X-Spam-Level:
X-Spam-Status: No, score=-2.54 tagged_above=-999 required=5 tests=[AWL=0.058, BAYES_00=-2.599, HTML_MESSAGE=0.001]
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 Ld1S03jo60on for <webfinger@ietfa.amsl.com>; Mon, 22 Jul 2013 00:07:10 -0700 (PDT)
Received: from dublin.packetizer.com (dublin.packetizer.com [75.101.130.125]) by ietfa.amsl.com (Postfix) with ESMTP id E034721E805D for <webfinger@ietf.org>; Mon, 22 Jul 2013 00:07:09 -0700 (PDT)
Received: from dyn-170.arid.us (rrcs-98-101-148-48.midsouth.biz.rr.com [98.101.148.48]) (authenticated bits=0) by dublin.packetizer.com (8.14.5/8.14.5) with ESMTP id r6M774C8029748 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 22 Jul 2013 03:07:04 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=packetizer.com; s=dublin; t=1374476824; bh=6ohSnplg2NoBNBLv7+jTl7ZLBQ1+DH6enp1juIVuN2Y=; h=In-Reply-To:References:MIME-Version:Content-Type:Subject:From: Date:To:CC:Message-ID; b=PpU9SMtrhf70Bh9wpp0JMUlXvpAFYRvENBIIdFpIiNfgVntQUlELJ4FR/xYAieDE/ BSj8AN9I/JY9tXnvhZaHxo+0mpW/qbd7Cp28l6ICRLZJLG7m75bjuY8lI8pJ95dMOF 5fRrqUiykiMWHjnXPGxO7IOVj3KDnKZ/KT0AczoY=
User-Agent: Kaiten Mail
In-Reply-To: <CAKaEYhJwpR5b6jEcGYzAcWDJ0P1v6w2+L_h0Sh=m-ZOZA=ZHyw@mail.gmail.com>
References: <028101ce869e$f02cddb0$d0869910$@packetizer.com> <CAKaEYhJwpR5b6jEcGYzAcWDJ0P1v6w2+L_h0Sh=m-ZOZA=ZHyw@mail.gmail.com>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----VDSZVIFSQKGSPGH5VBE53NY93VZXJS"
From: "Paul E. Jones" <paulej@packetizer.com>
Date: Mon, 22 Jul 2013 03:06:57 -0400
To: Melvin Carvalho <melvincarvalho@gmail.com>
Message-ID: <0a1140f5-24d9-4be6-aab4-1ae6a3d63c0c@email.android.com>
Cc: webfinger <webfinger@ietf.org>
Subject: Re: [webfinger] Absolute URI vs URI
X-BeenThere: webfinger@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Discussion of the Webfinger protocol proposal in the Applications Area <webfinger.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/webfinger>, <mailto:webfinger-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/webfinger>
List-Post: <mailto:webfinger@ietf.org>
List-Help: <mailto:webfinger-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/webfinger>, <mailto:webfinger-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 22 Jul 2013 07:07:14 -0000

In not suggesting we use or allow relative URIs. The immediate question would be "relative to what". I think the URIs should be absolute, but not following the syntax of "absolute-URI", but instead just following "URI".

Paul


-------- Original Message --------
From: Melvin Carvalho <melvincarvalho@gmail.com>
Sent: Mon Jul 22 02:46:25 EDT 2013
To: "Paul E. Jones" <paulej@packetizer.com>
Cc: webfinger <webfinger@ietf.org>
Subject: Re: [webfinger] Absolute URI vs URI

On 22 July 2013 07:47, Paul E. Jones <paulej@packetizer.com> wrote:

> Folks,
>
> One of the requirements in the JRD spec is that certain URIs (e.g., those
> identifying link relation types and properties) be "absolute URIs".  This
> term has been a point of confusion, since RFC 3986 uses the term to have a
> concrete meaning, namely this:
>
>      absolute-URI  = scheme ":" hier-part [ "?" query ]
>
> And the term is used, because that's the term used in the OASIS XRD
> specification.  However, it was not clear to me whether that referred to
> the
> above (which I assumed) or referred to URIs that are not relative URIs
> (i.e., those lacking a scheme specified).
>
> I had an exchange with Eran Hammer and Mark Nottingham.  I believe the
> intent of that language was not to require the above constrained syntax,
> but to require the standard URI syntax:
>
>      URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
>

There are many ways that people do this, see:

http://tantek.com/2011/238/b1/many-ways-slice-url-name-pieces


>
> Given that understanding, I believe we should remove the word "absolute"
> that appears in front of "URI" in the WebFinger spec.  Do others have an
> opinion on this?
>

+1 on allowing relative URIs


>
> Paul
>
>
> _______________________________________________
> webfinger mailing list
> webfinger@ietf.org
> https://www.ietf.org/mailman/listinfo/webfinger
>