Updates:
        Cc: [email protected] [email protected]
        Labels: Area-Compat

Comment #5 on issue 5874 by [email protected]: Loop when try view Chromium  
site from 'About Google Chrome' link.
http://code.google.com/p/chromium/issues/detail?id=5874

This may or may not have to do with sth. deeper. issue 5443 is about  
another loop
issue with redirect.

In this particular case, Latin American Spanish version of Chrome sends

Accept-Language: es-419,es;q=0.8

I found that the redirection loop is formed even when I tried that  
with 'wget'.


wget --header='Accept-Language: es-419,es;q=0.8' http://www.chromium.org

--2009-02-18 16:27:03--  http://www.chromium.org/
Resolving www.chromium.org... 66.102.7.101, 66.102.7.100
Connecting to www.chromium.org|66.102.7.101|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://code.google.com/chromium [following]
--2009-02-18 16:27:04--  http://code.google.com/chromium
Resolving code.google.com... 209.85.171.102, 209.85.171.100,  
209.85.171.113, ...
Connecting to code.google.com|209.85.171.102|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: /intl/es-419/chromium [following]
--2009-02-18 16:27:04--  http://code.google.com/intl/es-419/chromium
Reusing existing connection to code.google.com:80.
HTTP request sent, awaiting response... 302 Found
Location: /intl/es-419/intl/es-419/chromium [following]
--2009-02-18 16:27:04--   
http://code.google.com/intl/es-419/intl/es-419/chromium
Reusing existing connection to code.google.com:80.
HTTP request sent, awaiting response... 302 Found
Location: /intl/es-419/intl/es-419/intl/es-419/chromium [following]
.....

So, there's a server-side issue : es-419 should be accepted as a language  
code. Even
if it's not, redirection loop should not be formed. Instead, it should fall  
back to
something reasonable (e.g. es-MX).

We can work around on the Chrome-side, but we'd better resolve the  
code.google.com
issue.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to