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

Work around URI parsing issue for Windows drives #558

Merged
merged 1 commit into from
Nov 29, 2017

Conversation

MattIrv
Copy link
Contributor

@MattIrv MattIrv commented Nov 29, 2017

This is a fix for the bug reported in microsoft/vscode-mssql#1025

That bug is caused by C# having trouble parsing URIs that have an invalid format, because it expects the : character in the drive name to be present, instead of being percent-encoded.

This fix will change other : characters in the URI to not be percent-encoded (when they come immediately before a / character), though that should not be a problem because of the format of the URI.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.08%) to 67.228% when pulling c8ec978 on fix/networkDriveSpecialCharacters into 2190039 on master.

@MattIrv MattIrv merged commit 4174d5a into master Nov 29, 2017
@MattIrv MattIrv deleted the fix/networkDriveSpecialCharacters branch November 29, 2017 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants