Closed Bug 34966 Opened 25 years ago Closed 25 years ago

fragment id on root-documents without / misinterpreted

Categories

(Core :: Networking, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: nrosier, Assigned: andreas.otte)

References

()

Details

Attachments

(1 file)

Build: 2000040616 (Win32) on NT 4.0 http://www.domain.org#anchor is sent to proxy as http://www.domain.org%23anchor http://www.domain.org/#anchor is interpreted correctly. I don't know if you have to add the / according to the standards.
Confirmed with 2000-04-06-10-M15 on WinNT... click on any of the links in the first column of headlines at http://www.planetgeforce.com to reproduce: each follows the http://www.domain.org#anchor format and points lower in the same page. Not sure either, but IIRC, anything after the "#" is *always* the fragment identifier (and another bug was marked WONTFIX for URLs resembling http://www.domain.tld/foo/#frag?query=string)... so it might be feasible to try transformations on the part of the URL before the "#".
Assignee: rickg → gagan
Status: UNCONFIRMED → NEW
Component: HTML Element → Networking
Ever confirmed: true
QA Contact: petersen → tever
Summary: anchor on root-documents without / are misinterpreted → fragment id on root-documents without / misinterpreted
Target Milestone: --- → M16
=> andreas
Assignee: gagan → andreas.otte
Target Milestone: M16 → M18
The standards are not clear about this, so it should be possible to have http://www.domain.org#anchor. We already do it with http://www.domain.org?query, so why not? The WONTFIX case was because of the ordering, the first # makes all that follows an anchor, the query part will be ignored. This case is different.
Status: NEW → ASSIGNED
Attached patch patch to fix the problem (deleted) — Splinter Review
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Missed on bit in the nsStdURLParser ... reopening
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
fix for missed case checked in
Status: REOPENED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → FIXED
verified
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: