-
Notifications
You must be signed in to change notification settings - Fork 741
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
Branch name is not being correctly URL encoded #381
Comments
martinvanzijl
added a commit
to martinvanzijl/github-api
that referenced
this issue
Dec 9, 2018
This is using the "old" HTTP.UTF_8 Charset, since the new StandardCharsets doesn't compile.
I ran into the same issue with labels. For example a label "approved?" will not be resolved correctly. |
bitwiseman
pushed a commit
to martinvanzijl/github-api
that referenced
this issue
Sep 26, 2019
This is using the "old" HTTP.UTF_8 Charset, since the new StandardCharsets doesn't compile.
@rmetzger |
This issue has been fixed. It will be in the next release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://issues.jenkins-ci.org/browse/JENKINS-46898
Seems
#
is a valid character in a branch name but the URLs are not being correctly constructed causing it to be interpreted by GitHub as a document fragment identifierThe text was updated successfully, but these errors were encountered: