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

Deleting tag fails if tag name contains any URL characters #228

Open
robnasby opened this issue Oct 1, 2021 · 1 comment
Open

Deleting tag fails if tag name contains any URL characters #228

robnasby opened this issue Oct 1, 2021 · 1 comment

Comments

@robnasby
Copy link
Contributor

robnasby commented Oct 1, 2021

If the tag being deleted contains URL characters, such as forward slash (e.g., foo/bar), the deletion will fail with a {"error":"404 Not Found"} response. The tag name needs to be URL-encoded before being sent to the GitLab API (e.g., foo%2fbar).

@robnasby
Copy link
Contributor Author

robnasby commented Oct 1, 2021

I just submitted pull request #229 to fix this issue.

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

No branches or pull requests

1 participant