Closed
Bug 34966
Opened 25 years ago
Closed 25 years ago
fragment id on root-documents without / misinterpreted
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: nrosier, Assigned: andreas.otte)
References
()
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
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.
Comment 1•25 years ago
|
||
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
Updated•25 years ago
|
Target Milestone: --- → M16
Assignee | ||
Comment 3•25 years ago
|
||
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
Assignee | ||
Comment 4•25 years ago
|
||
Assignee | ||
Comment 5•25 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•25 years ago
|
||
Missed on bit in the nsStdURLParser ... reopening
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 7•25 years ago
|
||
fix for missed case checked in
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•