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 45 - parse_errors() chokes on W32 paths.
Summary: parse_errors() chokes on W32 paths.
Status: RESOLVED FIXED
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: 0.6.0b1
Hardware: All other
: P2 major
Target Milestone: 1.0
Assignee: Terje Bless
QA Contact:
URL: http://www.lavacochesnely.es/
Whiteboard:
Keywords:
Depends on:
Blocks: 84
  Show dependency treegraph
 
Reported: 2002-10-26 20:28 UTC by Terje Bless
Modified: 2013-03-26 10:05 UTC (History)
2 users (show)

See Also:


Attachments

Description Terje Bless 2002-10-26 20:28:41 UTC
Reported by Björn Höhrmann:

parse_errors() is unable to cope with Win32 paths since it splits the
(o)nsgmls output at /:/ which is said to fail if the (o)nsgmls path
contains a : like "c:\...".
Comment 1 Terje Bless 2002-10-27 10:54:58 UTC
This is too much of a headache to deal with to begin with so I'm not going to
worry about W32 paths right now. Setting target 1.0.
Comment 2 Bj 2004-09-08 17:22:22 UTC
Fixed in CVS HEAD.