{{ message }}
Commit c4f4c00
Jean-François Boismenu
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#1051 parent d1318fa commit c4f4c00
2 files changed
Lines changed: 20 additions & 2 deletions

0 commit comments