Closed Bug 163961 Opened 23 years ago Closed 23 years ago

Lots of 'malformed url' warnings on startup

Categories

(Core :: Networking, defect)

defect
Not set
normal

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: sfraser_bugs, Unassigned)

Details

Attachments

(1 file)

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(""));
Attachment #96244 - Flags: review+
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.
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
My tree is old. Sorry.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: