Closed
Bug 163961
Opened 23 years ago
Closed 23 years ago
Lots of 'malformed url' warnings on startup
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: sfraser_bugs, Unassigned)
Details
Attachments
(1 file)
|
1.06 KB,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
I see lots of these:
WARNING: malformed url: no scheme, file nsStandardURL.cpp, line 736
at startup. They come out of a call in nsWebShell::NormalizeURI() which looks
like:
// clear out the old spec, for security reasons - old data should
// not be floating around in cached URIs!
// (but avoid doing extra work if we're just destroying the uri)
if (clearUri)
uri->SetSpec(NS_LITERAL_CSTRING(""));
| Reporter | ||
Comment 1•23 years ago
|
||
Attachment #96244 -
Flags: review+
Comment 2•23 years ago
|
||
I fixed this like 8 hours after I checked in... you're still seeing it? update
netwerk/base/src/nsStandardURL.cpp again - make sure that these lines exist:
http://lxr.mozilla.org/seamonkey/source/netwerk/base/src/nsStandardURL.cpp#1035
Those should prevent ParseURL from ever being called.
Comment 3•23 years ago
|
||
wow yeah in fact your patch is EXACTLY what is in the tree. I'm marking this
worksforme.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
wow, i suck, i knew about this, i just forgot the punchline. sorry all.
vrfy: blame timeless
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 5•23 years ago
|
||
My tree is old. Sorry.
You need to log in
before you can comment on or make changes to this bug.
Description
•