[issue2695] Ignore case when checking algorithm in urllib2

Martin McNickle report at bugs.python.org
Sun May 4 15:20:56 CEST 2008


Martin McNickle <mmcnickle at gmail.com> added the comment:

RFC2617 says that the authentication scheme should be case insensitive.
 Included is a patch which changes the string to uppercase before
comparison.

----------
keywords: +patch
nosy: +BitTorment
Added file: http://bugs.python.org/file10189/case_insensitive_algorithm.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2695>
__________________________________


More information about the Python-bugs-list mailing list