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

noreply@sourceforge.net noreply@sourceforge.net
Wed, 09 Oct 2002 16:17:15 -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: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: John Williams (johnw42)
Assigned to: Neal Norwitz (nnorwitz)
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-09 19:17

Message:
Logged In: YES 
user_id=33168

Thanks!  Checked in as urllib2.py 1.35

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

Comment By: Jeremy Hylton (jhylton)
Date: 2002-10-09 11:19

Message:
Logged In: YES 
user_id=31392

fine by me


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

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