Re: [websec] HSTS ABNF still broken: requires leading semi-colon

=JeffH <Jeff.Hodges@KingsMountain.com> Fri, 23 March 2012 23:40 UTC

Return-Path: <Jeff.Hodges@KingsMountain.com>
X-Original-To: websec@ietfa.amsl.com
Delivered-To: websec@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 31D7421E801F for <websec@ietfa.amsl.com>; Fri, 23 Mar 2012 16:40:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -99.089
X-Spam-Level:
X-Spam-Status: No, score=-99.089 tagged_above=-999 required=5 tests=[AWL=-0.453, BAYES_20=-0.74, FH_RELAY_NODNS=1.451, HELO_MISMATCH_COM=0.553, RDNS_NONE=0.1, USER_IN_WHITELIST=-100]
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 jj+HH0gryAj6 for <websec@ietfa.amsl.com>; Fri, 23 Mar 2012 16:39:59 -0700 (PDT)
Received: from oproxy9.bluehost.com (oproxy9.bluehost.com [IPv6:2605:dc00:100:2::a2]) by ietfa.amsl.com (Postfix) with SMTP id B41EB21E800F for <websec@ietf.org>; Fri, 23 Mar 2012 16:39:59 -0700 (PDT)
Received: (qmail 1246 invoked by uid 0); 23 Mar 2012 23:39:58 -0000
Received: from unknown (HELO box514.bluehost.com) (74.220.219.114) by oproxy9.bluehost.com with SMTP; 23 Mar 2012 23:39:58 -0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kingsmountain.com; s=default; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=IIphQZUkxWr9AcvfE7DW96R9KjPy1ZdG8ku2By9cDo0=; b=7cWVAVQDfpCZMem3rCGWlgxR4R4+T9MA5Zl7/bVZkBiG5xy+oQ4SoxaE4e9/Komb2Vp/vavc+GeQofkVdK9TY4aTS6CoTJMd3joArgeBFDTfq9xt1qwmdZzgY7tDMvQr;
Received: from outbound4.ebay.com ([216.113.168.128] helo=[10.244.137.56]) by box514.bluehost.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76) (envelope-from <Jeff.Hodges@KingsMountain.com>) id 1SBE5N-0002i6-MK for websec@ietf.org; Fri, 23 Mar 2012 17:39:57 -0600
Message-ID: <4F6D09CA.3000804@KingsMountain.com>
Date: Fri, 23 Mar 2012 16:39:54 -0700
From: =JeffH <Jeff.Hodges@KingsMountain.com>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.28) Gecko/20120313 Thunderbird/3.1.20
MIME-Version: 1.0
To: IETF WebSec WG <websec@ietf.org>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Identified-User: {11025:box514.bluehost.com:kingsmou:kingsmountain.com} {sentby:smtp auth 216.113.168.128 authed with jeff.hodges+kingsmountain.com}
Subject: Re: [websec] HSTS ABNF still broken: requires leading semi-colon
X-BeenThere: websec@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Web Application Security Minus Authentication and Transport <websec.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/websec>, <mailto:websec-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/websec>
List-Post: <mailto:websec@ietf.org>
List-Help: <mailto:websec-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/websec>, <mailto:websec-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 23 Mar 2012 23:40:00 -0000

hi Martin,

 > for one or more:
 > STS = "STS" ":" directive *(";" directive)
 > for zero or more:
 > STS = "STS" ":" [ directive *(";" directive) ]
 > and:
 > directive = token ["="(token / quoted-string)]

I think you've missed the context of the discussion I had with Julian on this a 
little while ago.

https://www.ietf.org/mail-archive/web/websec/current/msg01045.html


 > Note the second problem: a slash should be used instead of vertical bar.

yep, thanks.

=JeffH