[Webkit-unassigned] [Bug 189920] New: [Curl] Fix priority issue with multiple cookies with different level of path.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 11:12:13 PDT 2018


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

            Bug ID: 189920
           Summary: [Curl] Fix priority issue with multiple cookies with
                    different level of path.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Basuke.Suzuki at sony.com

When multiple cookies are stored in the database for same site, the priority of multiple cookies which has matching path was not defined.

i.e)
cookie A: path = /
cookie B: path = /foo
cookie C: path = /buz
cookie D: path = /foo/bar

When accessing to /foo/bar/hello.html, cookie D should be return from the candidate of A, B and D.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180924/c6cb9fbe/attachment.html>


More information about the webkit-unassigned mailing list