soup-auth-manager-ntlm.c: don't include the default domain in the response
authorDan Winship <danw@gnome.org>
Tue, 16 Oct 2012 14:55:18 +0000 (10:55 -0400)
committerDan Winship <danw@gnome.org>
Tue, 16 Oct 2012 14:55:18 +0000 (10:55 -0400)
commit501d327ad2312a97fb585369f3537563b8d296fc
treeb96a50fd07b277fda966876b3e5d53aac3eb95c8
parent3d9c0aed72554d5c0ac6fd1b620588f1da115a6f
soup-auth-manager-ntlm.c: don't include the default domain in the response

If the user didn't specify a domain in their username, then send ""
for the domain in the response, rather than echoing back the default
domain. This is apparently more compatible with what other apps do.

https://bugzilla.gnome.org/show_bug.cgi?id=624613
libsoup/soup-auth-manager-ntlm.c
tests/ntlm-test.c