<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>6271</bug_id>
          
          <creation_ts>2005-12-28 09:01:00 -0800</creation_ts>
          <short_desc>AJAX XMLHttpRequest incompatibility</short_desc>
          <delta_ts>2005-12-28 10:12:14 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>DOM</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>5924</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="mitch gart">mitch.gart</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>27027</commentid>
    <comment_count>0</comment_count>
    <who name="mitch gart">mitch.gart</who>
    <bug_when>2005-12-28 09:01:00 -0800</bug_when>
    <thetext>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 (&quot;&quot;) 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&apos;s a very small bug but it 
cost me most of a day to find it in my web app.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>27029</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2005-12-28 10:12:14 -0800</bug_when>
    <thetext>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 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>