[Webkit-unassigned] [Bug 72353] [SOUP][WK2] Implement the functions to manager cookies in CookieJar for WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 23 07:49:33 PST 2011


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





--- Comment #3 from Martin Robinson <mrobinson at webkit.org>  2011-11-23 07:49:33 PST ---
(From update of attachment 115099)
View in context: https://bugs.webkit.org/attachment.cgi?id=115099&action=review

> Source/WebCore/platform/network/soup/CookieJarSoup.cpp:158
> +        if (domain && domain == hostname)

Here you should first convert the hostname to a UTF-8 CString and compare the utf8Hostname.data() with g_str_equal. This is an error because it's comparing a system locale string with a UTF-8 string.

-- 
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