[Webkit-unassigned] [Bug 75701] New: EntryBase::toURL produces wrong URL if path contains special characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 6 06:04:35 PST 2012


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

           Summary: EntryBase::toURL produces wrong URL if path contains
                    special characters
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: serya at chromium.org


If file name of path contains '#' or '%xx' they get to the URL unescaped. Such an URL doesn't work in XMLHttpRequest or as source of IMG element.

String EntryBase::toURL() has its own code what duplicated AsyncFileSystemChromium::virtualPathToFileSystemURL.

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