[Webkit-unassigned] [Bug 32978] New: XMLHttpRequest responses seem to double when there is a script tag in the response.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 27 23:07:28 PST 2009


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

           Summary: XMLHttpRequest responses seem to double when there is
                    a script tag in the response.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jonfleck88 at gmail.com


When I view the response in FireFox and other browsers I get the following
response:

    <script type="text/javascript">
    var item_id_child = "50";
    var date_created = "2009-12-28 02:03:24";
    var date_modified = "2009-12-28 02:03:24";
    var item_url = "please-fix-this-bug";
    </script>

But when I view the response in Safari, Chrome, or the Newest WebKit nightly
build I only get:

    <script type="text/javascript">
    var item_id_child = "50";
    var date_created = "2009-12-28 02:03:24";
    var date_modified = "2009-12-28 02:03:24";
    var item_url = "please-fix-this-bug";
    </script>
    var item_id_child = "49";
    var date_created = "2009-12-28 01:54:58";
    var date_modified = "2009-12-28 01:54:58";
    var item_url = "hello-i-love-you";
    </script>

As you can see WebKit seems to double everything after the opening script tag.
This error only seems to happen when there is a script tag in the response. If
you need anymore information regarding this bug please email me at
jonfleck88 at gmail.com.

Thanks for the great browser,

Jonathan Fleckenstein

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