zerodeckvc / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

opaque string is not sent in digest auth #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I wrote http service using twisted.web and digest for authentication.
Unfortunately my client using your lib failed to authenticate. The addition
of the opaque string in the requests solved this problem. 

I use version 0.4.0 on ubuntu/jaunty

I'm attaching a patch against the repository code.

Original issue reported on code.google.com by bobyri...@gmail.com on 10 May 2009 at 6:54

Attachments:

GoogleCodeExporter commented 9 years ago
I didn't realize that this patch existed. I created my own patch for both 
Python2 and Python3. The specific changeset can be found here: 
http://code.google.com/r/dstanekcom-httplib2/source/detail?r=d80f22d12a632555c51
68e584d89c1c77ce44454.

Original comment by tracebac...@gmail.com on 18 May 2011 at 1:30

GoogleCodeExporter commented 9 years ago
I've updated things, added tests & submitted  the patch for code review at 
http://codereview.appspot.com/4661044/.

Original comment by polarc...@gmail.com on 22 Jun 2011 at 5:38

GoogleCodeExporter commented 9 years ago
Fixed in 
http://code.google.com/p/httplib2/source/detail?r=fb4aa0dd7fe3a9c9ecfcbf3b514bcb
e5276c0ff0

Original comment by joe.gregorio@gmail.com on 22 Jun 2011 at 8:56