Re: [xml] Accessing the WWW-Authorization header

Date view Thread view Subject view Author view

From: Wayne Davison (wayned@users.sourceforge.net)
Date: Mon Nov 06 2000 - 02:21:27 EST


My realm.patch file had an old function name in the nanohttp.h file.
The fix is to apply this patch:

Index: nanohttp.h
@@ -29,7 +29,7 @@
 void * xmlNanoHTTPOpen (const char *URL,
                                  char **contentType);
 int xmlNanoHTTPReturnCode (void *ctx);
-const char * xmlNanoHTTPAuthInfo(void *ctx);
+const char *xmlNanoHTTPAuthHeader(void *ctx);
 int xmlNanoHTTPRead (void *ctx,
                                  void *dest,
                                  int len);

Sorry 'bout that.

..wayne..

----
Message from the list xml@rpmfind.net
Archived at : http://xmlsoft.org/messages/
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@rpmfind.net


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Mon Nov 06 2000 - 02:46:02 EST