[Patches] [ python-Patches-624180 ] HTTP Auth support for xmlrpclib

noreply@sourceforge.net noreply@sourceforge.net
Tue, 22 Oct 2002 11:21:32 -0700


Patches item #624180, was opened at 2002-10-16 18:16
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=624180&group_id=5470

Category: Library (Lib)
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Phillip J. Eby (pje)
Assigned to: Fredrik Lundh (effbot)
Summary: HTTP Auth support for xmlrpclib

Initial Comment:
This patch adds code and docs to support the use of
HTTP/HTTPS "Basic Authorization" with xmlrpclib.  It
does this using the "http://user:pass@host:port/"
syntax, based on existing code in urllib and xmlrpclib.
 I have tested the code change with and without basic
auth on my own servers, but do not know how I could
create a reasonable addition to the test suite, since a
server connection would be required.

My patch includes a patch to Doc/lib/libxmlrpclib.tex,
but I'm not sure if I added the text in the best place.
 It may be that it should be a note in the 'seealso'
section on that page instead, but I wasn't sure if that
was correct style for the library documentation.  For
the code patch, I tried to match the style of the
surrounding code as closely as possible, including the
style used for code comments.

The patch is against current (as of this moment) Python
CVS.  Please let me know if there's any other info you
need or anything that I should change for this.  Thanks.


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

Comment By: Fredrik Lundh (effbot)
Date: 2002-10-20 14:54

Message:
Logged In: YES 
user_id=38376

looks good to me.

thanks /F

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

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