Re: [hybi] Apples and Orangutans

Greg Wilkins <gregw@webtide.com> Mon, 13 April 2009 00:27 UTC

Return-Path: <gregw@webtide.com>
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 CE9F63A6C25 for <hybi@core3.amsl.com>; Sun, 12 Apr 2009 17:27:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.518
X-Spam-Level:
X-Spam-Status: No, score=-2.518 tagged_above=-999 required=5 tests=[AWL=0.081, 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 vLM2EgpH-jt5 for <hybi@core3.amsl.com>; Sun, 12 Apr 2009 17:27:36 -0700 (PDT)
Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.184]) by core3.amsl.com (Postfix) with ESMTP id DD5AC3A6812 for <hybi@ietf.org>; Sun, 12 Apr 2009 17:27:35 -0700 (PDT)
Received: by ti-out-0910.google.com with SMTP id 24so1792197tim.14 for <hybi@ietf.org>; Sun, 12 Apr 2009 17:28:45 -0700 (PDT)
Received: by 10.110.90.9 with SMTP id n9mr8185357tib.6.1239582525831; Sun, 12 Apr 2009 17:28:45 -0700 (PDT)
Received: from ?10.10.1.12? (60-242-119-126.tpgi.com.au [60.242.119.126]) by mx.google.com with ESMTPS id i9sm7751092tid.13.2009.04.12.17.28.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 12 Apr 2009 17:28:44 -0700 (PDT)
Message-ID: <49E28734.4060706@webtide.com>
Date: Mon, 13 Apr 2009 10:28:36 +1000
From: Greg Wilkins <gregw@webtide.com>
User-Agent: Thunderbird 2.0.0.21 (X11/20090319)
MIME-Version: 1.0
To: hybi@ietf.org
References: <49DEF171.4080506@mozilla.com> <A3699591-148C-4795-967A-6CDE23FE75F0@apple.com> <Pine.LNX.4.62.0904122230550.10339@hixie.dreamhostps.com> <71289452-5A19-48F4-9819-7FD9747EE9CA@apple.com> <Pine.LNX.4.62.0904122251070.10339@hixie.dreamhostps.com> <1D801D05-C7F1-4DDC-8034-FAA458626F53@apple.com>
In-Reply-To: <1D801D05-C7F1-4DDC-8034-FAA458626F53@apple.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: Re: [hybi] Apples and Orangutans
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: Mon, 13 Apr 2009 00:27:36 -0000

Maciej Stachowiak wrote:

> HTTP is a better analogy here than TCP in my opinion. The fact that TCP 
> only maps ports to protocols by convention is not so great - we have to 
> go to extra design effort to prevent cross-protocol attacks as a result.


Good point.

I think the limitation for websocket is that the URL
is associated with the connection, while for HTTP it is associated
with the request.

cheers