[Webkit-unassigned] [Bug 171345] URLSearchParams should be reflective

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 28 08:57:49 PDT 2017


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

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|webkit-unassigned at lists.web |cdumez at apple.com
                   |kit.org                     |

--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
As per https://url.spec.whatwg.org/#concept-urlencoded-parser, it looks like we should replace '+' with 0x20 *before* percent-decoding, not after.

It looks like we do this in reverse in URLParser::parseURLEncodedForm().

-- 
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/20170428/f447cae6/attachment-0001.html>


More information about the webkit-unassigned mailing list