Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

url: track whatwg url issue #259 #11785

Closed
watilde opened this issue Mar 10, 2017 · 0 comments
Closed

url: track whatwg url issue #259 #11785

watilde opened this issue Mar 10, 2017 · 0 comments
Labels
whatwg-url Issues and PRs related to the WHATWG URL implementation.

Comments

@watilde
Copy link
Member

watilde commented Mar 10, 2017

Refs: whatwg/url#259

This issue is proposing a change to the way the file protocol is handled. As file URLs cannot have username/password/port the state machine will not allow changing the scheme of an URL to file if it contains credentials or a non-null port.

@watilde watilde added the whatwg-url Issues and PRs related to the WHATWG URL implementation. label Mar 10, 2017
watilde added a commit to watilde/node that referenced this issue Mar 18, 2017
Since file URLs can not have `username/password/port`,
the specification was updated to restrict setting protocol to "file".

Refs: whatwg/url#269
Fixes: nodejs#11785
jungx098 pushed a commit to jungx098/node that referenced this issue Mar 21, 2017
Since file URLs can not have `username/password/port`,
the specification was updated to restrict setting protocol to "file".

Refs: whatwg/url#269
Fixes: nodejs#11785
PR-URL: nodejs#11887
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Timothy Gu <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
MylesBorins pushed a commit that referenced this issue Mar 28, 2017
Since file URLs can not have `username/password/port`,
the specification was updated to restrict setting protocol to "file".

Refs: whatwg/url#269
Fixes: #11785
PR-URL: #11887
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Timothy Gu <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
whatwg-url Issues and PRs related to the WHATWG URL implementation.
Projects
None yet
Development

No branches or pull requests

1 participant