-
Notifications
You must be signed in to change notification settings - Fork 147
colon in filename oddity? #43
Comments
might look into using |
What is the expected behavior for both |
in URL resolution they are just colons since |
oh. yes, both should work. forgot to actually state that. |
Would it be possible for you to show a vanilla WHATWG URL usage that produces a decoded |
|
and the |
sleepy typo, should use new URL('file://localhost/test%3A123')
new URL('./%3A', 'file:///') When canonicalized in https://github.com/nodejs/node/blob/master/lib/internal/url.js#L1370 it becomes |
Ah 👌, I was super confused, thinking maybe there was another form of escapes besides percent 😋 What form of decode do you do? I noticed that |
That function does things in very specific ordering, but uses |
Closed by 3b0244a. |
colons appear to make files never able to be found?
The text was updated successfully, but these errors were encountered: