-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-24567 Create release should url-encode all characters when building git uri #1907
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
HBASE-24567 Create release should url-encode all characters when building git uri #1907
Conversation
…ding git uri By default, `urllib.quote` will skipp over `/` characters, which are valid for use in passwords.
|
A follow-on from using #1620 "for real". |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
mattf-apache
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the https://docs.python.org/2/library/urllib.html#urllib.quote reference.
LGTM
saintstack
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 if it works....
|
@mattf-apache around these parts we include a |
|
@mattf-apache how about the info you have on your GitHub user name, so it would look like |
|
Yes please, that’s the right id for me. Thanks!
|
By default,
urllib.quotewill skipp over/characters, which are valid for use in passwords.