What is the issue with the URL Standard?
https://url.spec.whatwg.org/#example-percent-encode-operations:
But https://url.spec.whatwg.org/#userinfo-percent-encode-set:
The userinfo percent-encode set is the path percent-encode set and U+002F (/), U+003A (:), U+003B (;), U+003D (=), U+0040 (@), U+005B ([) to U+005D (]), inclusive, and U+007C (|).
U+005B ([) to U+005D (]), inclusive
This includes U+005C (\)
It can't be left unescaped as the result of Percent-encode after encoding with userinfo percent-encode set
But it's present in the expected output in the example
It was that way since the introduction in e5334dd
What is the issue with the URL Standard?
https://url.spec.whatwg.org/#example-percent-encode-operations:
But https://url.spec.whatwg.org/#userinfo-percent-encode-set:
This includes
U+005C (\)It can't be left unescaped as the result of
Percent-encode after encodingwithuserinfo percent-encode setBut it's present in the expected output in the example
It was that way since the introduction in e5334dd