W3C home > Mailing lists > Public > ietf-http-wg@w3.org > October to December 2011

Re: Possible issue: Accept-language priority based on language order

From: Harald Alvestrand <harald@alvestrand.no>
Date: Sun, 27 Nov 2011 11:09:00 +0100
Message-ID: <4ED20C3C.2000103@alvestrand.no>
To: Julian Reschke <julian.reschke@gmx.de>
CC: ietf-http-wg@w3.org
Trimming to one specific point:

On 11/27/2011 10:01 AM, Julian Reschke wrote:
>>
>> The Apache 2.2 documentation:
>>
>> http://httpd.apache.org/docs/2.2/content-negotiation.html
>> says "Select the variants with the best language match, using either the
>> order of languages in the Accept-Language header (if present), or else
>> the order of languages in the LanguagePriority directive (if present)."
>>
>> (this step is applied only if two or more variants have the same 
>> preference)
>>
>> So it seems that Apache 1.3 did not document the RFC 3282 behaviour, but
>> Apache 2.2 documents that it behaves according to RFC 3282.
>
> No. What it says is "or else the order of languages in the 
> LanguagePriority directive (if present)." - that's the order in the 
> httpd config entry, not the header field.
I don't see how you can read the text that way. It says

EITHER the order of languages in the Accept-Language header (if present)
OR ELSE the order of languages in the LanguagePriority directive (if 
present)

So if the Accept-Language header is present, the order of languages in 
the LanguagePriority is NOT consulted.

That's how I read it. But the code rules.

                  Harald
Received on Sunday, 27 November 2011 10:10:39 UTC

This archive was generated by hypermail 2.4.0 : Thursday, 2 February 2023 18:43:26 UTC