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
Open on Remote is creating invalid URLs for Azure Devops #1303
Comments
@TravisTX awesome work -- I will get this into a release ASAP! |
Can you please verify this fix in tomorrow's insiders edition? You can install the insiders edition from here. Be sure to disable/uninstall the stable version of GitLens first. |
@eamodio looks good! |
Thanks! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to Reproduce:
git clone https://DataLinkSoftware@dev.azure.com/DataLinkSoftware/Cloud%20Infrastructure/_git/Azure_Infrastructure
https://dev.azure.com/DataLinkSoftware/Cloud%2520Infrastructure/_git/Azure_Infrastructure
which is a 404, because the%
being re-encoded as%25
Expected URL:
https://dev.azure.com/DataLinkSoftware/Cloud%20Infrastructure/_git/Azure_Infrastructure
Actual URL:
https://dev.azure.com/DataLinkSoftware/Cloud%2520Infrastructure/_git/Azure_Infrastructure
Another way to reproduce:
https://dev.azure.com/DataLinkSoftware/Core/_git/Sso/?path=%252FREADME.md&version=GBmaster&_a=contents
which is a 404.Expected URL:
https://dev.azure.com/DataLinkSoftware/Core/_git/Sso/?path=%2FREADME.md&version=GBmaster&_a=contents
or
https://dev.azure.com/DataLinkSoftware/Core/_git/Sso/?path=/README.md&version=GBmaster&_a=contents
Actual URL:
https://dev.azure.com/DataLinkSoftware/Core/_git/Sso/?path=%252FREADME.md&version=GBmaster&_a=contents
These were regressions introduced in 545dc4a which was created to address #1202. I will be submitting a PR to fix this.
The text was updated successfully, but these errors were encountered: