wininet: Don't clear the auth data for Basic authentication in HTTP_InsertAuthorizationForHeader.

Robert Shearman rob at codeweavers.com
Tue Nov 27 08:19:50 CST 2007


It isn't tracked per connection, unlike NTLM authentication, and so the 
server will return a 401 error and try to get us to authenticate again. 
However, this doesn't work as the authentication information is assumed 
by the code to be valid for the whole connection.
---
  dlls/wininet/http.c |   13 +++++++++----
  1 files changed, 9 insertions(+), 4 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 915a4ae7100515a059115c974da3a165930af59c.diff
Type: text/x-patch
Size: 1360 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071127/d9554a1f/attachment.bin 


More information about the wine-patches mailing list