Skip to content

Fix bug with URL encoding and binder bare Git #911

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
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

zergar
Copy link

@zergar zergar commented Apr 8, 2025

Currently, if you use https://mybinder.org/ to launch binder on a standard git repo (i.e., not GitHub or GitLab), in the URL slashes are URL-encoded. This, however, is not reflected in this codebase, where slashes are kept as-is.

This PR sets safe characters to empty in order to also encode slashes in the repository URL.

@zergar zergar changed the title Ffix bug with URL encoding and binder bare Git Fix bug with URL encoding and binder bare Git Apr 9, 2025
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.

1 participant