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 64 - Validator does not escape & properly.
Summary: Validator does not escape & properly.
Status: RESOLVED FIXED
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: 0.6.0b2
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Terje Bless
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-31 03:14 UTC by Terje Bless
Modified: 2002-11-03 20:47 UTC (History)
0 users

See Also:


Attachments

Description Terje Bless 2002-10-31 03:14:11 UTC
Reported by Björn Höhrmann:

  Hey, this is a FAQ and the validator does not do it any better than
Joe Average? I first thought of an Aprils Fool... If a URI submitted for
Validation contains a &, the Validator will not escape it (most of the
time) on the results page, see e.g.

  
http://validator.w3.org:8001/check?uri=http%3A%2F%2Fvalidator.w3.org%3A8001%2Fc
heck%3Furi%3Dhttp%253A%252F%252Fwww.w3.org%252F%253F%2526foo

(validation of validation of http://www.w3.org/&foo).
Comment 1 Terje Bless 2002-10-31 03:15:03 UTC

*** This bug has been marked as a duplicate of 62 ***
Comment 2 Terje Bless 2002-10-31 17:02:16 UTC
As Björn points out, these aren't really duplicates; they're two separate
aspects of a similar general issue.
Comment 3 Terje Bless 2002-11-03 15:47:49 UTC
Ok, we now entity encode the validated URI before output.