Uh oh!
There was an error while loading. Please reload this page.
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.
ndimiduk
commented
Jun 16, 2020
A follow-on from using #1620 "for real". |
ndimiduk
commented
Jun 16, 2020
Apache-HBase
commented
Jun 16, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 16, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 16, 2020
🎊 +1 overall
This message was automatically generated. |
mattf-apache
left a comment
There was a problem hiding this comment.
Thanks for the https://docs.python.org/2/library/urllib.html#urllib.quote reference.
LGTM
ndimiduk
commented
Jun 18, 2020
@mattf-apache around these parts we include a |
ndimiduk
commented
Jun 18, 2020
@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.