[Webkit-unassigned] [Bug 28244] Logout doesn't work for some sites

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 28 00:03:31 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28244





--- Comment #4 from Tim McConnell <timmc at microsoft.com>  2009-08-28 00:03:31 PDT ---
I believe that I have some more details.

The problem is that Safari falls into a tight loop of sending a callback,
receiving a 401, repeating the callback, receiving a 401 etc. in some logout
cases. 

It looks like Safari does not handle the absence of the Negotiate token in the
header when called through XMLHttpRequest object. This has the side effect that
Safari will not show the Password Prompt, and then infinitely repeat its
request to the box because the response is 0 bytes long.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list