[Patches] [ python-Patches-727483 ] AUTH_TYPE and REMOTE_USER for CGIHTTPServer.py:run_cgi()

SourceForge.net noreply@sourceforge.net
Fri, 25 Apr 2003 07:41:54 -0700


Patches item #727483, was opened at 2003-04-25 18:40
Message generated for change (Settings changed) made by phd
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=727483&group_id=5470

Category: Library (Lib)
Group: Python 2.2.x
Status: Open
Resolution: None
>Priority: 3
Submitted By: Oleg Broytmann (phd)
Assigned to: Nobody/Anonymous (nobody)
Summary: AUTH_TYPE and REMOTE_USER for CGIHTTPServer.py:run_cgi()

Initial Comment:
The patch adds env['AUTH_TYPE'] and env['REMOTE_USER']
for CGIHTTPServer.py:run_cgi(), if there was
Authorization header and if the header can be parsed
according to WWW-Authorization rules. REMOTE_USER
actually extracted from the header only if the header
shows it is Basic Authorization.

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

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