[Webkit-unassigned] [Bug 49091] New: data: URLs that are used as GET form targets should not have query parameters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 5 13:58:44 PDT 2010


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

           Summary: data: URLs that are used as GET form targets should
                    not have query parameters
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mihaip at chromium.org


Created an attachment (id=73113)
 --> (https://bugs.webkit.org/attachment.cgi?id=73113&action=review)
Test case

See test case (result should be empty, but as of r71367 the form parameters are appended to the data: URL). This is not correct per step 15 of section (Form submission algorithm) of the HTML 5 spec.

The Chromium port doesn't have this bug, presumably due to KURL vs. GURL differences.

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