[Webkit-unassigned] [Bug 143578] New: XMLHttpRequest executed in UIWebView and WKWebView encodes valid query string characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 9 14:45:16 PDT 2015


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

            Bug ID: 143578
           Summary: XMLHttpRequest executed in UIWebView and WKWebView
                    encodes valid query string characters
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: iOS
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: eugenebut at chromium.org

Steps to Reproduce:
Run this javascript:
var xhr = new XMLHttpRequest();
xhr.open('GET', '/?a[]=1');
xhr.send();

Expected Results:
Page should send: GET: /?a[]=1

Actual Results:
Page sends: GET: /?a%5B%5D=1

rdar://20489255

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


More information about the webkit-unassigned mailing list