This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5733 - checker reports an error on an encoding set in a 30x response
Summary: checker reports an error on an encoding set in a 30x response
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Java Library (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Dominique Hazael-Massieux
QA Contact:
URL: http://www.fundacionctic.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-09 07:46 UTC by Dominique Hazael-Massieux
Modified: 2008-06-09 08:53 UTC (History)
0 users

See Also:


Attachments

Description Dominique Hazael-Massieux 2008-06-09 07:46:11 UTC
When the checker gets a redirect, it reports an error when the encoding of the 30x response is not utf-8; the spec says not to do so:
"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
Comment 1 Dominique Hazael-Massieux 2008-06-09 07:56:55 UTC
I've started to patch CharacterEncodingSupportTest.xsl to fix that bug, but I haven't tested it yet.
Comment 2 Dominique Hazael-Massieux 2008-06-09 07:57:15 UTC
oops, wrong assignee
Comment 3 Dominique Hazael-Massieux 2008-06-09 08:53:07 UTC
Tested in CachingTest/12, and seems to be worky.