[Webkit-unassigned] [Bug 62107] New: Filename in file upload should not URL-encode " to %22

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 5 00:30:57 PDT 2011


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

           Summary: Filename in file upload should not URL-encode " to %22
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dcheng at chromium.org


Original report at http://crbug.com/81193

This is apparently permissible by the RFC, but since %22 is not encoded, there's no way to distinguish between %22 and a quote that was encoded to %22.
It's not clear to me if we need to escape backslashes as well, and I'm not familiar enough with the RFC. I'm uploading a preliminary patch anyway.

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