Re: [http-auth] Last Call: <draft-ietf-httpauth-basicauth-update-05.txt> (The 'Basic' HTTP Authentication Scheme) to Proposed Standard

Julian Reschke <julian.reschke@gmx.de> Tue, 10 February 2015 22:06 UTC

Return-Path: <julian.reschke@gmx.de>
X-Original-To: http-auth@ietfa.amsl.com
Delivered-To: http-auth@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 029731A037D for <http-auth@ietfa.amsl.com>; Tue, 10 Feb 2015 14:06:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, 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 H4ZMzLPGGtVK for <http-auth@ietfa.amsl.com>; Tue, 10 Feb 2015 14:06:18 -0800 (PST)
Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 427D81A0130 for <http-auth@ietf.org>; Tue, 10 Feb 2015 14:06:18 -0800 (PST)
Received: from [192.168.2.175] ([93.217.119.132]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0M3vCA-1XTtHJ3GEs-00rbHQ; Tue, 10 Feb 2015 23:06:15 +0100
Message-ID: <54DA80D5.6070300@gmx.de>
Date: Tue, 10 Feb 2015 23:06:13 +0100
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: Benjamin Kaduk <kaduk@MIT.EDU>, Bjoern Hoehrmann <derhoermi@gmx.net>
References: <20150205161049.4222.88369.idtracker@ietfa.amsl.com> <alpine.GSO.1.10.1502101635030.3953@multics.mit.edu> <57vkdahdj5a4h3lj90k9f0rs63q4vv9uc1@hive.bjoern.hoehrmann.de> <alpine.GSO.1.10.1502101655110.3953@multics.mit.edu>
In-Reply-To: <alpine.GSO.1.10.1502101655110.3953@multics.mit.edu>
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Provags-ID: V03:K0:H/GU/jaVYKi8m21HXPoJztqLv9P3Pawa3wV3wtMiuocrxC1nRJT PIXAN/T0R4Xk1xzmGY8iF/1J+P/EojGKpx5ddAnkcdiqX3x63trvXS7TP47Bn8S0Gv5XxfA a0PO/QLB5W0zHBn15nRVmARQ8DqNbNdUfqu0u8LlrcVOqVb8rSPSJTRtnMG58X/mHJZvL4o u5ccLKJEOS5vmd43nXIpw==
X-UI-Out-Filterresults: notjunk:1;
Archived-At: <http://mailarchive.ietf.org/arch/msg/http-auth/sUlhbBWJyCHuxZSZ4oFFpnY3_0I>
Cc: http-auth@ietf.org
Subject: Re: [http-auth] Last Call: <draft-ietf-httpauth-basicauth-update-05.txt> (The 'Basic' HTTP Authentication Scheme) to Proposed Standard
X-BeenThere: http-auth@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: HTTP authentication methods <http-auth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/http-auth>, <mailto:http-auth-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/http-auth/>
List-Post: <mailto:http-auth@ietf.org>
List-Help: <mailto:http-auth-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/http-auth>, <mailto:http-auth-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 10 Feb 2015 22:06:20 -0000

On 2015-02-10 22:55, Benjamin Kaduk wrote:
> On Tue, 10 Feb 2015, Bjoern Hoehrmann wrote:
>
>> * Benjamin Kaduk wrote:
>>> I forget if this was already mentioned, but "local-specific encoding" in
>>> section 2 should probably use "locale" instead of "local".
>>
>> The text in question is "In practice, most implementations chose either
>> a local-specific encoding such as ISO-8859-1 ([ISO-8859-1]), or UTF-8
>> ([RFC3629])." Now ISO-8859-1 is not really specific to any "locale" and
>> I would rather not suggest that implementations typically derive the
>> encoding from `LC_CTYPE` or some such setting.
>
> Can you tell me then what exactly a "local-specific encoding" is?
> Because the phrase is currently meaningless to me.
>
> -Ben

An encoding that depends on the locale of the UA. I really don't know 
how to say it differently :-)

Best regards, Julian