EDS content negotiation in Chromium
Peter Schober
peter.schober at univie.ac.at
Fri Mar 1 04:04:46 EST 2013
I find that using the EDS with Chromium (Chrome on GNU/Linux, X11) the
language in the EDS does not change with what the browser offers as
acceptable. (Granted there's currently only one additional language
part of the distributed code.)
With a very old Chrome (v6, from Debian 6.0) I always get English,
with a newer one (v18) I always get German, no matter the order in my
browser. EDS code is current and the same in all cases.
Is someone able to reproduce that? I'll file an issue then.
Chrome v18 (According to http://wengeance.com/headerdump )
Accept-Language: en,de;q=0.8
or
Accept-Language: de,en;q=0.8
Both also include the following, no idea of that matters:
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Accept-Encoding: gzip,deflate,sdch
Firefox v16, where EDS changes language as intended:
Accept-Language: en,de;q=0.5
Accept-Language: de,en;q=0.5
Accept-Encoding: gzip, deflate
But no Accept-Charset, it seems.
-peter
More information about the dev
mailing list