[Webkit-unassigned] [Bug 119358] New: Reuse of XMLHttpRequests causes character corruption in response text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 31 16:42:26 PDT 2013


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

           Summary: Reuse of XMLHttpRequests causes character corruption
                    in response text
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Critical
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ap at webkit.org, ggaren at apple.com, beidson at apple.com,
                    webkit-bug-importer at group.apple.com


Merge https://chromiumcodereview.appspot.com/20625004

XMLHttpRequest should clear the response encoding if it clears responseText.

XMLHttpRequest did not clear the response encoding when it have should, for example, when abort() is called.
This caused character corruption in responseText if we re-opened the XHR object.

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