[Webkit-unassigned] [Bug 44461] Assertion failure at WebCore/platform/network/CredentialStorage.cpp:85.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 24 12:26:03 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44461


Yongjun Zhang <yongjun.zhang at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yongjun.zhang at nokia.com




--- Comment #7 from Yongjun Zhang <yongjun.zhang at nokia.com>  2010-08-24 12:26:03 PST ---
I did some test with the assertion removed, and it turns out the assumption in my original patch is wrong.  For a URL with double-slash path, it will create another entry in PathToDefaultProtectionSpaceMap along with the URL with single-slash path.  So the query in HashMap will fail.  But it doesn't affect the authentication because http servers will handle it correctly.

Since it is perfectly legal to have multiple slash following the path, I believe we should remove the assertion or come up with a new one which accepts trailing slashes.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list