Closed
Bug 536
Opened 26 years ago
Closed 26 years ago
Error if Mozilla started off-line
Categories
(MozillaClassic Graveyard :: Aurora/RDF FE, defect, P2)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: rkl, Assigned: mozilla)
Details
When starting up off-line (i.e. no Net connection, including no DNS),
Mozilla pops up a warning:
"A network error occurred: unable to connect to server
(TCP Error: XP_GetBuiltinString: 4420 not found)
The server may be down or unreachable"
However, it's then quite happy to surf a Web server running on the localhost.
Looking at modules/rdf/src/ht.c and modules/rdf/src/rdfht.c, it would appear
that Mozilla bizarrely attempts to access this URL by default whenever it
starts: http://rdf.netscape.com/rdf/navcntr.rdf
This isn't good if you're not connected to the Net at the time ! Surely a
local copy of this should be used and perhaps update this local copy when
you're next connected to the Net "live" (assuming you can tell if you're
online vs. offline), so that when you're next offline, it'll have an
up-to-date local copy of the RDF file to use.
Re-assign to rjc@netscape.com.
Robert, is this still a problem with the new code base?
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 2•26 years ago
|
||
No, this should only be an issue with the old codebase. Marking as invalid for
new codebase.
You need to log in
before you can comment on or make changes to this bug.
Description
•