Merge remote-tracking branch 'origin/v3.5'

This commit is contained in:
Adolfo Gómez García 2021-11-08 13:48:17 +01:00
commit a05390ed6c

View File

@ -120,7 +120,7 @@ class URLCustomTransport(transports.Transport):
username: str = user.getUsernameForAuth()
username, password = userService.processUserPassword(username, password)
url = self.urlPattern.value.replace('_IP_', ip).replace('_USERNAME_', username)
url = self.urlPattern.value.replace('_IP_', ip).replace('_USER_', username)
onw = (
'&o_n_w={}'.format(hash(transport.name))