<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - File URLs should be passed through 'fileSystemRepresentation' before use"
   href="https://bugs.webkit.org/show_bug.cgi?id=156799#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - File URLs should be passed through 'fileSystemRepresentation' before use"
   href="https://bugs.webkit.org/show_bug.cgi?id=156799">bug 156799</a>
              from <span class="vcard"><a class="email" href="mailto:bfulgham&#64;webkit.org" title="Brent Fulgham &lt;bfulgham&#64;webkit.org&gt;"> <span class="fn">Brent Fulgham</span></a>
</span></b>
        <pre>It looks the following places need to be changed:

Internals::createFile
WebProcessProxy::hasAssumedReadAccessToURL
WebProcessProxy::checkURLReceivedFromWebProcess
WebPageProxy::loadFile

I think the point of fileSystemRepresentation is to ensure that the path is compatible with POSIX APIs. Are there reasons why we might want to deal with non-POSIX paths inside WebKit, up until the point where we actually pass them off to POSIX routines?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>