Patches item #1143695, was opened at 2005-02-18 11:14 Message generated for change (Comment added) made by jjlee You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1143695&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: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Benno Rice (benno) Assigned to: Nobody/Anonymous (nobody) Summary: Fix to allow urllib2 digest auth to talk to livejournal.com Initial Comment: When trying to use feedparser.py to deal with RSS feeds from livejournal.com using digest auth (needed to access locked posts), urllib2 would report a digest auth failure. The solution appears to be to always specify the algorithm, even when it's MD5. ---------------------------------------------------------------------- Comment By: John J Lee (jjlee) Date: 2006-04-15 15:49 Message: Logged In: YES user_id=261020 This was fixed in revision 38092. ---------------------------------------------------------------------- Comment By: John J Lee (jjlee) Date: 2005-02-20 02:01 Message: Logged In: YES user_id=261020 Patch appears correct, and RFC 2617 allows always sending the algorithm. Haven't tested the patch, or verified that real browsers do indeed always send algorithm even when it'd MD5. ---------------------------------------------------------------------- Comment By: Benno Rice (benno) Date: 2005-02-19 09:02 Message: Logged In: YES user_id=9925 SourceForge is teh suxx0r. ---------------------------------------------------------------------- Comment By: Anthony Baxter (anthonybaxter) Date: 2005-02-19 08:57 Message: Logged In: YES user_id=29957 There's no uploaded file! You have to check the checkbox labeled "Check to Upload & Attach File" when you upload a file. In addition, even if you *did* check this checkbox, a bug in SourceForge prevents attaching a file when *creating* an issue. Please try again. (This is a SourceForge annoyance that we can do nothing about. :-( ) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1143695&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
