[Webkit-unassigned] [Bug 14832] New: REGRESSION: status code of local failed GET request set to -1100 instead of 400

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 31 11:44:20 PDT 2007


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

           Summary: REGRESSION: status code of local failed GET request set
                    to -1100 instead of 400
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcostell at tibco.com


var r = new XMLHttpRequest();
r.open("GET", "nowhere.html", false);
r.send();
assertEquals(400, 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