[Webkit-unassigned] [Bug 10716] responseText is null if HTTP response is empty

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Sep 3 15:17:36 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10716


opendarwin.org at bdash.net.nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |opendarwin.org at bdash.net.nz
             Status|UNCONFIRMED                 |NEW
          Component|JavaScriptCore              |WebCore Misc.
     Ever Confirmed|0                           |1




------- Comment #1 from opendarwin.org at bdash.net.nz  2006-09-03 15:17 PDT -------
Confirmed with ToT.  The base issue with statusText and status being null on an
empty response is covered by bug 5924, and is fixed in ToT.

The responseText problem looks like it was a part of bug 5924 that didn't get
fixed.  XMLHttpRequests's m_response is initialized to null in
XMLHttpRequest::open.  XMLHttpRequest::receivedData bails out early if the
length of data is zero, rather than setting m_response to the empty string as
is expected.


-- 
Configure bugmail: http://bugzilla.opendarwin.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