[Webkit-unassigned] [Bug 29121] XMLHttpRequest::getAllResponseHeaders throws INVALID_STATE_ERR when called in state HEADERS_RECEIVED

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 11 10:32:55 PDT 2009


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




--- Comment #12 from Alexey Proskuryakov <ap at webkit.org>  2009-09-11 10:32:54 PDT ---
(In reply to comment #0)
> Despite
> http://dev.w3.org/2006/webapi/XMLHttpRequest-2/#the-getallresponseheaders-method
> mentioning explicitely and with an example that
> XMLHttpRequest::getAllResponseHeaders should return the headers in readyState
> HEADERS_RECEIVED. The Webkit implementation still throws an exception in this
> scenario.

Have you tested IE and Firefox? Please do.

> In your environment, there are no headers returned for the "file" scheme, where
> as in mine there is one header.

I suggest making these HTTP tests. Asking for HTTP response headers of a
file:/// resource doesn't make much sense, and there is no specification for
XHR operating on such.

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