- From: Dominique Hazael-Massieux <dom@w3.org>
- Date: Mon, 09 Jun 2008 09:43:52 +0200
- To: manrique.lopez@fundacionctic.org, public-mobileok-checker <public-mobileok-checker@w3.org>
- Cc: Mobile Web Best Practices Working Group WG <public-bpwg@w3.org>
Le lundi 09 juin 2008 à 09:02 +0200, Manrique Lopez a écrit :
> But it seems that mobileOK Basic checker doesn't follow redirections,
> does it?
It does follow redirections, but the first redirect is served with an
encoding set to iso-8859-1:
http://cgi.w3.org/cgi-bin/headers?url=http%3A%2F%2Fwww.fundacionctic.org
%2F
which triggers the mobileOK error:
http://validator.w3.org/mobile/?docAddr=http%3A%2F%
2Fwww.fundacionctic.org
But reading from the spec, this is actually a bug in the checker
library:
If the HTTP status indicates redirection (status code 3xx):
Do not carry out tests on the response
http://www.w3.org/TR/mobileOK-basic10-tests/#http_response
I'll add a bug in our bugzilla.
Dom
Received on Monday, 9 June 2008 07:46:19 UTC