This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zathras
Recipients bboals, zathras
Date 2008-05-04.21:20:25
SpamBayes Score 0.09947913
Marked as misclassified No
Message-id <1209936027.89.0.251988903928.issue1368312@psf.upfronthosting.co.za>
In-reply-to
Content
I've run into this as an issue with a server that replies with both
digest and basic auth.

When parsing the keys in the header it's possible to detect the start of
a different auth method, so I'd suggest parsing the www-authenticate
line and returning a dict for each type of auth containing the
appropriate key,value pairs.

This approach should allow every auth type to be catered for.
History
Date User Action Args
2008-05-04 21:20:28zathrassetspambayes_score: 0.0994791 -> 0.09947913
recipients: + zathras, bboals
2008-05-04 21:20:27zathrassetspambayes_score: 0.0994791 -> 0.0994791
messageid: <1209936027.89.0.251988903928.issue1368312@psf.upfronthosting.co.za>
2008-05-04 21:20:27zathraslinkissue1368312 messages
2008-05-04 21:20:26zathrascreate