Skip to content

Conversation

@alebuh
Copy link
Contributor

@alebuh alebuh commented Dec 4, 2025

The current logic to prevent the client from unescaping the encoded GitHub path parameters when parsing the URL was causing issues with the URL in the case of the GitLab driver, specifically when the client is pointing to a GitLab Enterprise instance. The GitLab driver always encodes the repository path, which contains the account/project; therefore, this condition is always fulfilled.
By the comment, this logic was added only for the GitHub driver, and I've added that to the condition, so we check if the path contains %2F only in case of the GitHub driver

@CLAassistant
Copy link

CLAassistant commented Dec 4, 2025

CLA assistant check
All committers have signed the CLA.

@alebuh alebuh merged commit 5750961 into master Dec 4, 2025
2 checks passed
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