Patches item #1479302, was opened at 2006-04-30 14:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1479302&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library (Lib) Group: None Status: Open Resolution: None Priority: 5 Submitted By: John J Lee (jjlee) Assigned to: Nobody/Anonymous (nobody) Summary: Make urllib2 digest auth and basic auth play together Initial Comment: urllib2.HTTPDigestAuthHandler breaks urllib2's handler scheme by raising an exception instead of returning None to indicate another handler might handle the response. This stops everything in its tracks (the exception is not caught by urllib2) and prevents urllib2.HTTPBasicAuthHandler from handling basic auth scheme 40* responses. The patch simply removes the raise statement, so that the .http_error_auth_reqed(), and therefore .http_error_40*(), returns None. There is also a unit test. (will upload patch in a sec when I have the tracker ID to insert in the test) 2.4 backport candidate. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1479302&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
