GNOME Bugzilla – Bug 778497
HTTP authentication with flag SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE success if a previous one stored the credentials
Last modified: 2017-02-22 08:21:53 UTC
This is because in got-body lookup_auth will return the previously stored auth, if the message doesn't have an auth or it's not ready. When using SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE we should only check the message auth in lookup methods.
Created attachment 345529 [details] [review] auth: do not use cached credentials in lookup method when flag SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE is present