Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPercent encode curly braces #104
Conversation
|
The spec says it must not: https://url.spec.whatwg.org/#percent-encoded-bytes . If the spec is wrong, an issue should be filed on it and discussed before we unilaterally start deviating. (See "Participate" near the top of the spec, and feel free to @-mention me in spec issues.) |
|
The spec has been changed: whatwg/url#16 |
|
The spec added |
|
Right, that sounds fair. I'm closing this PR. Let me know if you want me to submit another, or if it's faster to change it yourself. |
|
Done in 79a9ef1 |
valenting commentedMay 8, 2015
According to https://bugzilla.mozilla.org/show_bug.cgi?id=1152455#c6 most UAs encode curly braces in the path of the URL.
I think rust-url should do the same.