cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-1200661 ] Wrong proxy authentication method after reconnect

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Thu, 12 May 2005 06:45:25 -0700

Bugs item #1200661, was opened at 2005-05-12 15:39
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1200661&group_id=976

Category: libcurl
Group: wrong behaviour
>Status: Closed
>Resolution: Accepted
>Priority: 7
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
>Summary: Wrong proxy authentication method after reconnect

Initial Comment:
I use libcurl 7.13.2 via a proxy using NTLM method for
proxy authentication, and no server authentication.

The first connection is OK, but when having to reconnect
within the same thread, libcurl switches to Basic
method for proxy authentication.

I found the reason in function Curl_disconnect, file url.c

    data->state.authproxy.picked =
      data->state.authhost.want;

It works after being replaced by :
    data->state.authproxy.picked =
      data->state.authproxy.want;

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

>Comment By: Daniel Stenberg (bagder)
Date: 2005-05-12 15:45

Message:
Logged In: YES
user_id=1110

Thanks!

Fix applied and committed to CVS just now.

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

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1200661&group_id=976
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-tracker
Received on 2005-05-12

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET