-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
GH-126205: Fix conversion of UNC paths to file URIs #126208
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
Conversation
File URIs for Windows UNC paths should begin with two slashes, not four.
Thanks very much Steve! |
Thanks @barneygale for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Thanks @barneygale for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Thanks @barneygale for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…26208) File URIs for Windows UNC paths should begin with two slashes, not four. (cherry picked from commit 951cb2c) Co-authored-by: Barney Gale <[email protected]>
…26208) File URIs for Windows UNC paths should begin with two slashes, not four. (cherry picked from commit 951cb2c) Co-authored-by: Barney Gale <[email protected]>
GH-126248 is a backport of this pull request to the 3.12 branch. |
GH-126249 is a backport of this pull request to the 3.13 branch. |
#126249) GH-126205: Fix conversion of UNC paths to file URIs (GH-126208) File URIs for Windows UNC paths should begin with two slashes, not four. (cherry picked from commit 951cb2c) Co-authored-by: Barney Gale <[email protected]>
#126248) GH-126205: Fix conversion of UNC paths to file URIs (GH-126208) File URIs for Windows UNC paths should begin with two slashes, not four. (cherry picked from commit 951cb2c) Co-authored-by: Barney Gale <[email protected]>
File URIs for Windows UNC paths should begin with two slashes, not four - see issue.