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

Host part of file URLs not handled correctly #2048

Closed
s-ludwig opened this issue Jan 26, 2018 · 0 comments
Closed

Host part of file URLs not handled correctly #2048

s-ludwig opened this issue Jan 26, 2018 · 0 comments
Labels

Comments

@s-ludwig
Copy link
Member

Currently, file:// URLs are treated as if they did not have a host portion, resulting in the wrong interpretation if the URL does not begin with file:///. Instead, the string between the second and the third slash should be interpreted as a host name.

@s-ludwig s-ludwig added the bug label Jan 26, 2018
s-ludwig added a commit that referenced this issue Jan 28, 2018
Correctly parse the host part of file URLs. Fixes #2048.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant