[Webkit-unassigned] [Bug 35942] [GTK] Fails http/tests/plugins/third-party-cookie-accept-policy.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 10 01:27:10 PST 2010


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





--- Comment #6 from Xan Lopez <xan.lopez at gmail.com>  2010-03-10 01:27:10 PST ---
(In reply to comment #4)
> (From update of attachment 50363 [details])
> What does SOUP_COOKIE_JAR_ACCEPT_NO_THIRD_PARTY mean?  Getting the proper
> behavior here (i.e., matching new-Safari) is somewhat subtle.
> 
> What cookie policy does Gtk want by default?  Is that cookie policy
> configurable by clients?

It means the cookie jar will only accept cookies coming from the "first party",
which is supposed to be the URI of the main document we are loading. To figure
out who is who the application is supposed to set for each HTTP request its
first party URI, so that libsoup can know decide if it's third party or not (by
comparing it with the resource URI, which obviously must be set).

About the patch, I'm not sure why it's stopping calling setDefaultCookieJar on
the jar it creates, not sure that's right.

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