[New-bugs-announce] [issue17831] urllib.URLopener.open breaks ActiveDirectory user

Nataly Glazyrina report at bugs.python.org
Wed Apr 24 17:48:12 CEST 2013


New submission from Nataly Glazyrina:

When I try to open file from ftp by path like 
'ftp://domain\user:password@my.path'

line 
'fullurl = quote(fullurl, safe="%/:=&?~#+!$,;'@()*[]|")'

changes 'domain\user' to 'domain%5Cuser' and brokes username.
As a result - error 530 on login to ftp.

----------
messages: 187711
nosy: Nataly.Glazyrina
priority: normal
severity: normal
status: open
title: urllib.URLopener.open breaks ActiveDirectory user

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17831>
_______________________________________


More information about the New-bugs-announce mailing list