Closed
Bug 83428
Opened 24 years ago
Closed 24 years ago
Links followed incorrectly
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fkrogh, Assigned: asa)
Details
On the home page for my site: http://mathalacarte.com I have for example a link
<a href="http:/c/A.html">Enter "mom"</a><br>
In netscape 4.7 thie gets translated to http://mathalacarte.com/c/A.html which I
believe is the correct behavior for following relative links. Mozilla (just
downloaded the nightly build --- Build ID: 2001053008) delays a bit and then
goes to the netscape home page. How is that for weird.
I should think that incorrectly following relative links would be considered
a critical error. (Incidently I am on an AMD K6 system.)
Thanks for all your hard work,
Fred
Can "http:/c/A.html" be a valid relative link??
Moz is filling the "missing" slash after the "http:/" string and leads to
"http://c/A.html". I didn't see Moz going to netscape home page (I've turned
the "Internet Keywords" option off). Moz tried to fetch from host "c" instead.
I'm very sorry. I just checked the RFC for these (which I had read not
very long ago) and discovered the confusion is mine. Changed the links to
correct relative urls and all works as it should. And yes, I did have search on
as it was the default. This was my first try at using Mozilla.
I'm sorry for wasting your time, and certainly appreciate the very
quick reponse.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
No problem. Do check out the Mozilla development often and try out nightly
builds to help us build a better browser...
![]() |
||
Comment 4•24 years ago
|
||
The bug covering these types of links is 32966
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•