Message146842
I ran into an application that responded with two www-authenticate challenges to an HTTP request. First, it sends a standard Basic authentication challenge and then it also returns a www-authenticate header referencing another scheme. This looks legal to me according to rfc2617.
However, the regex in AbstractBasicAuthHandler that parses the www-authenticate header only grabs one of the challenges (the last one) and therefore urllib2 will not respond to the challenge with credentials. |
|
Date |
User |
Action |
Args |
2011-11-02 16:06:06 | dfischer | set | recipients:
+ dfischer |
2011-11-02 16:06:06 | dfischer | set | messageid: <1320249966.17.0.892468926199.issue13323@psf.upfronthosting.co.za> |
2011-11-02 16:06:05 | dfischer | link | issue13323 messages |
2011-11-02 16:06:05 | dfischer | create | |
|