[Patches] [ python-Patches-614596 ] fix for urllib2.AbstractBasicAuthHandler

noreply@sourceforge.net noreply@sourceforge.net
Tue, 08 Oct 2002 16:04:54 -0700


Patches item #614596, was opened at 2002-09-25 15:58
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=614596&group_id=5470

Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: John Williams (johnw42)
>Assigned to: Jeremy Hylton (jhylton)
Summary: fix for urllib2.AbstractBasicAuthHandler

Initial Comment:
This one-line patch fixes the authentication in urllib2
by making a regex case-insensitive. I don't know if
this is "correct" HTTP behavior, but at last one web
site (www.lexis.com) has a "Realm=" field in the
www-authenticate header, causing the current version to
fail.

----------------------------------------------------------------------

>Comment By: Neal Norwitz (nnorwitz)
Date: 2002-10-08 19:04

Message:
Logged In: YES 
user_id=33168

Assigning to Jeremy, if this is correct, I can check it in.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=614596&group_id=5470