Handle case when WWW-Authenticate returns multiple qops
authorIan Cordasco <graffatcolmingov@gmail.com>
Sat, 14 Sep 2013 03:29:39 +0000 (22:29 -0500)
committerIan Cordasco <graffatcolmingov@gmail.com>
Sat, 14 Sep 2013 03:29:42 +0000 (22:29 -0500)
commit22e31b4b737c2a3b61b3ab4fccd534b2eee65a87
treef3ed0a91d7f528f985e76f056d9b3e429a112114
parentc0e9f411fc487d8d406534c0fa3f9ec30924c391
Handle case when WWW-Authenticate returns multiple qops

In Digest Access Authentication there are two possible values (four if you
count the not-present and both cases) for authentication. We were narrowly
handling one of the four cases. Now we handle two.
requests/auth.py