RESOLVED DUPLICATE of bug 5924 6271
AJAX XMLHttpRequest incompatibility
https://bugs.webkit.org/show_bug.cgi?id=6271
Summary AJAX XMLHttpRequest incompatibility
mitch gart
Reported 2005-12-28 09:01:00 PST
Using AJAX and the XMLHttpRequest object, you can send data to the server and then later get a callback on the client in JavaScript. On the server side if you call response.getWriter().write() and pass either null or the empty string ("") there is no callback on the client side. This Safari behavior is different from IE and FireFox: in IE and FireFox the client side callback occurs even if the string that is passed from the server is null or empty. It's a very small bug but it cost me most of a day to find it in my web app.
Attachments
Alexey Proskuryakov
Comment 1 2005-12-28 10:12:14 PST
Sounds like a duplicate of bug 5924. Please test with a latest nightly build from http://nightly.webkit.org and re-open this bug if the problem is still present (with additional information about how to reproduce it). *** This bug has been marked as a duplicate of 5924 ***
Note You need to log in before you can comment on or make changes to this bug.