[Webkit-unassigned] [Bug 14833] XMLHttpRequest authentication broken on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 17:32:37 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14833





------- Comment #9 from beidson at apple.com  2007-09-24 17:32 PDT -------
The success case now works on both Mac and Windows.  I just tried both with ToT
builds from today.

Using the code - 

<html>
<head>
<script>
    var r = new XMLHttpRequest();
    r.open("GET", "http://gi.tibco.com/tests/auth/data1.xml", false, "gi",
"gi");
    r.send();
    alert(r.status);
</script>
</head>
</html>

Both Mac and Windows alert "200" 

However there still seems to be some form of bug, as if I change the un/pw to
something incorrect, like "sdufghwueg", "wheuhw", Mac alerts "401", and Windows
alerts nothing.  The Javascript console on Windows shows
"Error: NETWORK_ERR: XMLHttpRequest Exception 101"

So Windows now can successfully login using HTTP auth, but it's failed
credential case is broken


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



More information about the webkit-unassigned mailing list