[Webkit-unassigned] [Bug 109199] New: data:// URL behavior of XHR does not match spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 08:50:58 PST 2013


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

           Summary: data:// URL behavior of XHR does not match spec
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dominik.rottsches at intel.com
                CC: ap at webkit.org, dchris at gmail.com


WebKit's implementation does not match section 6 of the XHR spec:
https://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#data:-urls-and-http

Behavior in case of GET and in case of POST both deviate.
In POST case, basically no request should be made at all, and an error 501 "Not Implemented" error response should be given.

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