[Webkit-unassigned] [Bug 197268] New: REGRESSION(r230367): a "." is prepended before cookies set without an explicit domain

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 24 18:43:46 PDT 2019


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

            Bug ID: 197268
           Summary: REGRESSION(r230367): a "." is prepended before cookies
                    set without an explicit domain
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebDriver
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: bburg at apple.com

When setting a cookie without a `domain`, we use the current host as the `domain`, but we also prepend a "." to the host.  RFC 2965 states "If an explicitly specified value does not start with a dot, the user agent supplies a leading dot.", so we should only be adding a leading "." if a `domain` is provided.

-- 
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/20190425/015061ac/attachment.html>


More information about the webkit-unassigned mailing list