- From: <bugzilla@wiggum.w3.org>
- Date: Sun, 10 Oct 2004 21:10:18 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=889
ville.skytta@iki.fi changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ville.skytta@iki.fi 2004-10-10 21:10 -------
Ok, got it. Due to a stupid bug, we were pretty often passing the entire HTTP
response (including HTTP headers) to HTML::Parser. The parser module is
apparently pretty lax wrt. this, so the issues caused were rare.
What triggered the failure in this case is HTML::HeadParser's behaviour of
expanding <meta> tags into fake HTTP headers, which in my testcase from comment
1 resulted in "X-Meta-Keywords: <style>", and the parser choked on it.
This should be fixed in CVS, and the latest development version (which will
pretty soon be released as 4.1) is running at http://qa-dev.w3.org/wlc/checklink
for testing.
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
Received on Sunday, 10 October 2004 21:10:18 UTC