[Webkit-unassigned] [Bug 136598] New: [WinCairo][Curl] fileExists() incorrectly claims folder does not exist.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 6 04:22:05 PDT 2014


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

           Summary: [WinCairo][Curl] fileExists() incorrectly claims
                    folder does not exist.
           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: peavo at outlook.com


When the fileExists() function is called in CurlCacheManager::setCacheDirectory() with a folder name ending with a slash or backslash, it will always return false, even if the folder exists.
See the documentation of FindFirstFile (http://msdn.microsoft.com/en-us/library/windows/desktop/aa364418(v=vs.85).aspx), where it's stated that it will fail if the file name ends with a backslash.

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