[issue6452] urllib2.Request() will not work with long authorization headers

2010-02-23 Thread Senthil Kumaran
Senthil Kumaran added the comment: There is a OLD Known issue that base64.encodestring will insert in a line-break in the authorization header. See Issue1574068 I fear, you might have done something like this. base64string = base64.encodestring('%s:%s' %(username,passwd))[:-1] request.add_head

[issue6452] urllib2.Request() will not work with long authorization headers

2009-12-27 Thread Nir Aides
Changes by Nir Aides : -- nosy: +nirai ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/ma

[issue6452] urllib2.Request() will not work with long authorization headers

2009-12-27 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- priority: -> normal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue6452] urllib2.Request() will not work with long authorization headers

2009-11-30 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: -> orsenthil nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue6452] urllib2.Request() will not work with long authorization headers

2009-07-09 Thread Jamal Fanaian
New submission from Jamal Fanaian : While testing this bug report in Gwibber https://bugs.launchpad.net/gwibber/+bug/397297 I found that using urllib2.Request() with a long authorization would cause it to error and not authenticate. I'm not sure if it is because the header wasn't being passed or