[Webkit-unassigned] [Bug 131026] New: [SOUP] Control cookie management according ResourceRequest.allowCookies()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 1 05:04:59 PDT 2014


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

           Summary: [SOUP] Control cookie management according
                    ResourceRequest.allowCookies()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: youennf at gmail.com


ResourceRequest.allowCookies() is used to control the sending and setting of cookies by the HTTP layer.
For instance, cookies are disabled for cross-origin requests for which stored credentials are not allowed.

The soup layer does not seem to handle that correctly.
One reason may be that cookies handling is set at the soup session level.

Test http/tests/xmlhttprequest/cross-origin-cookie-storage.html is probably related to that issue.

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