[issue11153] urllib2 basic auth parser handle unquoted realm in WWW-Authenticate header

2011-02-08 Thread Matthew M. Boedicker
New submission from Matthew M. Boedicker : I am working with a web server that does not quote the realm in the WWW-Authenticate header. This patch will make the realm parsing handle unquoted realm as well as some other invalid variations. I tried doing it by modifying the regex only but could

[issue11153] urllib2 basic auth parser handle unquoted realm in WWW-Authenticate header

2011-02-08 Thread Matthew M. Boedicker
Changes by Matthew M. Boedicker : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue11153] urllib2 basic auth parser handle unquoted realm in WWW-Authenticate header

2011-02-09 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: -> orsenthil nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue11153] urllib2 basic auth parser handle unquoted realm in WWW-Authenticate header

2012-07-09 Thread Thomas Parslow
Thomas Parslow added the comment: This is already fixed in the current code, unquoted realms are allowed with a warning. -- nosy: +almost ___ Python tracker ___ ___

[issue11153] urllib2 basic auth parser handle unquoted realm in WWW-Authenticate header

2012-07-09 Thread Senthil Kumaran
Senthil Kumaran added the comment: Yes, this is fixed as part of issue12541 -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed ___ Python tracker