[Webkit-unassigned] [Bug 29668] [GTK, WinCairo] REGRESSION: XMLHttpRequest gives bogus status value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 23 12:11:34 PDT 2009


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





--- Comment #5 from Brent Fulgham <bfulgham at webkit.org>  2009-09-23 12:11:34 PDT ---
Bad behavior seems to have been introduced by checks for actual response/same
origin in DocumentThreadableLoader::didReceiveResponse.  If the original
behavior of calling m_client->didReceiveResponse is used the test passes.

This raises a few questions:
1.  Why does the Apple port differ here?
2.  Why isn't useful error information returned to the XMLHttpRequest object
that the load was rejected due to cross-origin checks?

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