Closed
Bug 967346
Opened 12 years ago
Closed 12 years ago
"ASSERTION: cannot set username on no-auth url"
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: jruderman, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
###!!! ASSERTION: cannot set username on no-auth url: 'Error', file netwerk/base/src/nsStandardURL.cpp, line 1320
###!!! ASSERTION: cannot set password on no-auth url: 'Error', file netwerk/base/src/nsStandardURL.cpp
Bogus assertions, or bad JS calls getting to far into nsStandardURL?
| Reporter | ||
Comment 1•12 years ago
|
||
| Reporter | ||
Updated•12 years ago
|
Blocks: fuzz-urlutils
Comment 2•12 years ago
|
||
I think the behaviour is correct, but it's a NS_WARNING not an ASSERTION.
http://dxr.mozilla.org/mozilla-central/source/netwerk/base/src/nsStandardURL.cpp#1336
Not sure exactly why the assertion occurred.
| Reporter | ||
Comment 3•12 years ago
|
||
The patch in bug 967341 downgraded it from assertion to warning: https://hg.mozilla.org/mozilla-central/diff/71f4051ae6b3/netwerk/base/src/nsStandardURL.cpp
Comment 4•12 years ago
|
||
In that case I don't think we have a problem anymore.
| Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•