Re: [webfinger] feedback for multiple "rel"

Melvin Carvalho <melvincarvalho@gmail.com> Sat, 22 December 2012 15:44 UTC

Return-Path: <melvincarvalho@gmail.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 B2C0F21F8B43 for <webfinger@ietfa.amsl.com>; Sat, 22 Dec 2012 07:44:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.514
X-Spam-Level:
X-Spam-Status: No, score=-3.514 tagged_above=-999 required=5 tests=[AWL=0.084, BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gYcPMlJjlV5j for <webfinger@ietfa.amsl.com>; Sat, 22 Dec 2012 07:44:40 -0800 (PST)
Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by ietfa.amsl.com (Postfix) with ESMTP id 009A221F8B2B for <webfinger@ietf.org>; Sat, 22 Dec 2012 07:44:39 -0800 (PST)
Received: by mail-ie0-f180.google.com with SMTP id c10so7460776ieb.25 for <webfinger@ietf.org>; Sat, 22 Dec 2012 07:44:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=QtByLi6b0mSJTNaOdiHD9GW0TCE9O+hnKKtoRtHm4z4=; b=QHX6qBHHR7I3iFA3oec7iUwXUKAL40WJwEHWE3zhR/X2i+BkWjmiXN1rnnqdE3Y6at gr4L9aSLFI93GAUx1jRzecdLjyRA2BYlcIaxgpFRf2YAM7uwo21ojyd1ygvjUj6fYn4f 9NH1ggM/l7X5aoTWDG4JNKssKy6nxff8ZmQqiKcvhn6QnzNSyOMPg/Ip4Mk0uBGBSST2 caEXyejjyRTOFhayh2zmnPkoPxn07GcvHSCjwAkT8HYGxFWAzWjgXGKeuoV2FG+/NXEV 30lGDMTiAY80KaR+cl4sBFTdxElhq00LPr3YGrGY775fOg6+Qlm54cfPxnTxbB3HJN7l Do4A==
MIME-Version: 1.0
Received: by 10.50.40.138 with SMTP id x10mr16312344igk.41.1356191079401; Sat, 22 Dec 2012 07:44:39 -0800 (PST)
Received: by 10.42.61.203 with HTTP; Sat, 22 Dec 2012 07:44:39 -0800 (PST)
In-Reply-To: <58036BAD-2161-4420-A724-343883F627B7@gmail.com>
References: <58036BAD-2161-4420-A724-343883F627B7@gmail.com>
Date: Sat, 22 Dec 2012 16:44:39 +0100
Message-ID: <CAKaEYhKGP0aMxsStNxTfYy3D=TbrnwtCVNz3yF3Su0TVkBXrOQ@mail.gmail.com>
From: Melvin Carvalho <melvincarvalho@gmail.com>
To: nov matake <matake@gmail.com>
Content-Type: multipart/alternative; boundary="14dae9340901890a3404d172d7ce"
Cc: "webfinger@ietf.org" <webfinger@ietf.org>
Subject: Re: [webfinger] feedback for multiple "rel"
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: Sat, 22 Dec 2012 15:44:40 -0000

On 22 December 2012 05:48, nov matake <matake@gmail.com> wrote:

> Hi,
>
> I have a comment for they way to specify multiple "rel" values.
>
> As a ruby library developer, my main target is rails developers.
> Since rails can't handle multiple same query keys, developers will need to
> hack query params parser in rails middleware layer.
> I can easily imagine it'll be an annoying part to support webfinger in
> rails.
>
> Is the multiple "rel" case can be a space-delimitered (or some other
> character) strings like multiple redirect_uri in OAuth2?
> Or any reason for putting multiple same keys in query parameters?
>

each time you delimit a list, you have to be able to escape the delimiter,
which can be a pain and also leads to problems with things like canonical
urls and search engines

can you use mod_rewrite?


>
> Cheers,
>
> Nov Matake
> _______________________________________________
> webfinger mailing list
> webfinger@ietf.org
> https://www.ietf.org/mailman/listinfo/webfinger
>