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 63 - Validator does not remove fragment identifiers from URIs.
Summary: Validator does not remove fragment identifiers from URIs.
Status: RESOLVED FIXED
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: 0.6.0
Hardware: All All
: P2 minor
Target Milestone: 0.7.0
Assignee: Terje Bless
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-31 03:10 UTC by Terje Bless
Modified: 2005-01-09 12:47 UTC (History)
0 users

See Also:


Attachments

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

When trying to validate e.g. <http://validator.w3.org:8001/#foo> you get at
http://validator.w3.org:8001/check?uri=http%3A%2F%2Fvalidator.w3.org%3A8001%2F
%23foo

[...]
  The document located at <URL:http://validator.w3.org:8001/#foo> was
  checked and found to be valid XHTML 1.0 Strict.
[...]

and later

[...]
  http://validator.w3.org:8001/check?uri=http://validator.w3.org:8001/#foo
[...]

On both occurences the fragment identifier should be removed since it is not part of the 
URI.
Comment 1 Terje Bless 2002-11-03 15:59:57 UTC
Much like Bug #62, the fix for this requires changes that have too many
potential side-effects to deal with for this beta. Leaving target as 0.6.0 Final.
Comment 2 Terje Bless 2002-11-25 22:48:44 UTC
Didn't make the cut for 0.6.0. Retargetting to 0.6.1.
Comment 3 Terje Bless 2002-11-30 16:55:42 UTC
I don't want to touch this for 0.6.1. Setting target 0.7.0.
Comment 4 Terje Bless 2004-10-12 19:19:59 UTC
Won't make it for 0.7.0.
Comment 5 Ville Skyttä 2005-01-09 12:47:19 UTC
I believe this is now fixed in CVS (did that before seeing these comments)...
what kind of side effects do you expect?