Skip to content

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

Open
@robnasby

Description

@robnasby

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions