Comment 3 for bug 1005921

Revision history for this message
Thierry Carrez (ttx) wrote :

Looking into http_connect, it urllib.quotes the path before using it:
path = quote('/' + device + '/' + str(partition) + path)

On the headers side, they should definitely be a
This definitely should be audited a bit more completely to make sure all cases are covered.