Closed
Bug 68528
Opened 24 years ago
Closed 23 years ago
gdb.org - Relative URLs with "http:" prefix not understood
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: mcguirk, Assigned: doronr)
References
()
Details
(Whiteboard: [SYNTAX-URL][aok])
build: 2001021106 on Linux; sorry if this is the wrong component.
The Genome Database website at http://www.gdb.org/ uses URLs of the form
http:/foo/bar (note the single slash after http:), which are meant to be
absolute paths on the same site. (See
http://www.gdb.org/gdbreports/GeneByChromosome.11.alpha.html).
Mozilla doesn't handle these URLs properly (I wind up at search.netscape.com),
but they seem to be legal according to RFC 2396-- see section 3:
absoluteURI = scheme ":" ( hier_part | opaque_part )
hier_part = ( net_path | abs_path ) [ "?" query ]
net_path = "//" authority [ abs_path ]
abs_path = "/" path_segments
Netscape Navigator 4.75 handles these URLs properly.
Comment 1•24 years ago
|
||
please see wontfix bug 32966: "http:/ (one slash) treated as http://
rather than /"
*** This bug has been marked as a duplicate of 32966 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Reopen and reassigning to evangelism
Status: RESOLVED → REOPENED
Component: Networking: HTTP → Evangelism
Resolution: DUPLICATE → ---
Comment 3•24 years ago
|
||
assigning to default owner.
Assignee: darin → bclary
Status: REOPENED → NEW
QA Contact: tever → zach
Comment 4•24 years ago
|
||
Not linux specific Platform/OS -> All
OS: Linux → All
Hardware: PC → All
Summary: Relative URLs with "http:" prefix not understood → gdb.org - Relative URLs with "http:" prefix not understood
Comment 5•24 years ago
|
||
Priority: -- → P3
Whiteboard: [REL-URL]
Comment 6•24 years ago
|
||
*** This bug has been marked as a duplicate of 40670 ***
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
Comment 7•24 years ago
|
||
Martin, this is an evangelism bug that is intended not as a bug against the
implementation of the browser but is instead intended to allow us to track sites
that need to be contacted so that they will modify their html/css/js etc to
support the standards and Mozilla.
As such this is not a duplicate of bug 40670
->Reopen
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 8•24 years ago
|
||
Comment 9•24 years ago
|
||
Martin,
No I don't think you misunderstood bug 40670. I guess you were following the bug
closer than I have been. I got so used to people giving me these relative URL
bugs that I just assumed it was still not ever going to be changed.
What happened to change that?
Anyway, I still need to evangelize people about this since it will be a problem
for some time to come. So, you were right that it will be fixed someday in the
browser, but I will still need to evangelize people with these problems. ok?
Thanks,
Bob
Comment 10•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
| Assignee | ||
Updated•24 years ago
|
Whiteboard: [SYNTAX-URL] → [SYNTAX-URL][aok]
Comment 11•24 years ago
|
||
Mass reassign of all tech-evangelism us general bugs assigned to bc to
doron except bc's P1 bugs. You may search for this mass reassign (it is
305 bugs) by searching for the keyword 'greeneggsandham'
Assignee: bclary → doronr
Status: REOPENED → NEW
Comment 12•23 years ago
|
||
fixed, as we now support this.
Status: NEW → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•