Re: [apps-discuss] draft-ietf-weirds-bootstrap-00 and our lawn -- feedback?

Darrel Miller <darrel.miller@gmail.com> Sun, 16 February 2014 16:15 UTC

Return-Path: <darrel.miller@gmail.com>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 574CE1A002C for <apps-discuss@ietfa.amsl.com>; Sun, 16 Feb 2014 08:15:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Tas6Lrfi43jt for <apps-discuss@ietfa.amsl.com>; Sun, 16 Feb 2014 08:15:34 -0800 (PST)
Received: from mail-ig0-x234.google.com (mail-ig0-x234.google.com [IPv6:2607:f8b0:4001:c05::234]) by ietfa.amsl.com (Postfix) with ESMTP id 1F1AD1A00B4 for <apps-discuss@ietf.org>; Sun, 16 Feb 2014 08:15:34 -0800 (PST)
Received: by mail-ig0-f180.google.com with SMTP id m12so3695848iga.1 for <apps-discuss@ietf.org>; Sun, 16 Feb 2014 08:15:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=pwF2SQyzVkux+IKEJdOvRzvTvalm3gwQ3BkX0auG4Bc=; b=TltKnIdtV0D+Pa4xYLYwSivkrO6PeJMw11MoOfUmPKfsb64RkA0t6u8kIL95nx+B+8 qLslTx1Re9svrJQinP2ZuXXaW8az0EPWi97TOFwu9bZUAUFo80H37IrLRTncPDXw+eR4 bRI6OPX6wF0UntLpdnTyiGMvLJhm2sHqamcLYqntYeTe4ezCX1Sl24WqPgRs5c7yHrB7 DuAz6ehKgz1JxTfsaa3qVrZDkHpri3JHfr8fRz7ZvKlMHGP9jeJultTxtLb2Md5YVitL SEQpaqkfV0uXlVThS4Rorrtj67cxoaz5FVocc1nkA1kike27MjUJ1Iz/l9M1qIJnHNxz XgTg==
MIME-Version: 1.0
X-Received: by 10.50.18.51 with SMTP id t19mr12465566igd.5.1392567331897; Sun, 16 Feb 2014 08:15:31 -0800 (PST)
Received: by 10.42.195.206 with HTTP; Sun, 16 Feb 2014 08:15:31 -0800 (PST)
Date: Sun, 16 Feb 2014 11:15:31 -0500
Message-ID: <CAKioOqvuYDs1DYUXA9Tbyf=_=3mWDGH2ha3P1dE5Yd9xNxfnhA@mail.gmail.com>
From: Darrel Miller <darrel.miller@gmail.com>
To: IETF Apps Discuss <apps-discuss@ietf.org>
Content-Type: text/plain; charset="ISO-8859-1"
Archived-At: http://mailarchive.ietf.org/arch/msg/apps-discuss/c2EJn2SCYsXE2sv3q1WYgEOCdBs
Subject: Re: [apps-discuss] draft-ietf-weirds-bootstrap-00 and our lawn -- feedback?
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: darrel@tavis.ca
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss/>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 16 Feb 2014 16:15:36 -0000

Andrew,

On Sun, Feb 16, 2014 at 8:11 AM, Andrew Newton <andy@hxr.us> wrote:
> On Sat, Feb 15, 2014 at 5:44 PM, Darrel Miller <darrel.miller@gmail.com> wrote:
>> As an example, this URL,
>> http://example.com/.well-known/rdap/ip/192.0.2.0/24 would be pain for
>> a few of the frameworks that I am familiar with as it is not possible
>> to have a slash as part of a parameter value.  Creating a routing that
>> would handle both the IP and CIDR parameters would be tricky.
>
> And yet there are some methods/frameworks that would have a problem
> doing as you suggest as well, so it's a tradeoff. As it stands, all
> RDAP lookups can be laid down on a file system. Your suggestion would
> remove that.
>

I'm not sure I understand the problem you are alluding to.  I'm
suggesting that servers get to choose whatever URI structure works for
them.  I can't imagine a server application implementation picking a
URI structure that it can't handle.  Would be pretty silly, no?

There is no reason that the home document can't be read from a file
system and contain templates that are compatible with file system
access.  Well, all except the search ones.  I imagine those would be
rather inefficient to implement as a file system.

Darrel