[issue12541] Accepting Badly formed headers in urllib HTTPBasicAuth

Senthil Kumaran report at bugs.python.org
Sun Aug 7 10:26:58 CEST 2011


Senthil Kumaran <senthil at uthcode.com> added the comment:

Here is a patch with the test for accepting the badly formed headers. I would like to ensure that change in the regex is fool-proof in order to accomodate this bad behavior, so that we don't break the existing stuff.

It is problem at the server end,I found that browsers thrown warning before accepting that.

----------
keywords: +patch
Added file: http://bugs.python.org/file22853/issue12541.patch

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


More information about the Python-bugs-list mailing list