- From: achristensen07 <notifications@github.com>
- Date: Wed, 19 Oct 2016 19:31:36 -0700
- To: whatwg/url <url@noreply.github.com>
Received on Thursday, 20 October 2016 02:32:05 UTC
I think I'm opposed to this change. alert(new URL("http://host/p%61th")); should show the %61, not 'a'. There are a lot of URL implementations based on old RFCs, and we should try to match their behavior as closely as possible. People sometimes want '%' in the path and often in the query, and we don't want people to have to put things like "%2525" in their URL for some user agents and not others. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/issues/87#issuecomment-254993366
Received on Thursday, 20 October 2016 02:32:05 UTC