[issue11662] Redirect vulnerability in urllib/urllib2

Guido van Rossum report at bugs.python.org
Thu Mar 24 18:32:42 CET 2011


Guido van Rossum <guido at python.org> added the comment:

I am okay with adding FTP to the list.

I still don't think we should raise URLError on the bad redirect; we should treat it the same as a missing URI/Location header, and it will raise HTTPError.

----------

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


More information about the Python-bugs-list mailing list