For #33172, support @ in proxy authentication passwords · gst/python-api@c4f4c00 · GitHub
Skip to content

Commit c4f4c00

Browse files
author
Jean-François Boismenu
committed
For #33172, support @ in proxy authentication passwords
Splitting the string on @ was the right idea, but we have to do it from the end, since the password might have @ in it. Splitting from the end is safe since the the host and port number can't have this character. Closes shotgunsoftware#105
1 parent d1318fa commit c4f4c00

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

shotgun_api3/shotgun.py

Lines changed: 3 additions & 2 deletions

tests/tests_unit.py

Lines changed: 17 additions & 0 deletions

0 commit comments

Comments
 (0)