[Webkit-unassigned] [Bug 14833] New: Some XMLHttpRequest authentication broken on Intel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 31 11:48:15 PDT 2007


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

           Summary: Some XMLHttpRequest authentication broken on Intel
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcostell at tibco.com


The following works on the MacOS X nightly but not on Intel. On Intel, r.status
is 401 (access denied).

var r = new XMLHttpRequest();
r.open("GET", "http://gi.tibco.com/tests/auth/data1.xml", false, "gi", "gi");
r.send();
assertEquals(200, r.status);


-- 
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