[Webkit-unassigned] [Bug 198971] New: Web Inspector: parseQueryParameters fails to successfully parse query parameter values that contain "="

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 18 11:32:09 PDT 2019


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

            Bug ID: 198971
           Summary: Web Inspector: parseQueryParameters fails to
                    successfully parse query parameter values that contain
                    "="
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

As an example, "a=b=c" should be parsed as `{a: "b=c"}`, but it currently is parsed as `{a: "b"}`.

-- 
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/20190618/33446446/attachment.html>


More information about the webkit-unassigned mailing list