[Webkit-unassigned] [Bug 157153] Accessing form.action as property URI-encodes spaces but not curly braces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 00:26:18 PDT 2016


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

--- Comment #2 from Anne van Kesteren <annevk at annevk.nl> ---
Took me ten minutes, and a little angst that browsers would differ per place where you can put a URL, but the difference here is that bug 116887 is about the query string, which per https://url.spec.whatwg.org/#query-state should indeed not have { and } escaped. However, per https://url.spec.whatwg.org/#path-state the path uses https://url.spec.whatwg.org/#default-encode-set which does include { and }.

-- 
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/20160429/ed5c4f5e/attachment.html>


More information about the webkit-unassigned mailing list