<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="generator" content="pandoc" />
  <title></title>
  <style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<p>Hi Remi,</p>
<p>On 2016-12-08 20:17, Rémi Denis-Courmont wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> Le torstaina 8. joulukuuta 2016, 11.14.19 EET Filip Roséen a écrit :</code></pre>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> The previous implementation would consider FILE:///art.jpg to be a
 remote resources, meaning that it would try to "download" the file and
 put it in the cache.

 Given that the scheme part of an URI is case-insensitive (as stated in
 RFC3986 3.1.), these changes make sure that we treat the affected
 schemes in the way which was intended.</code></pre>
</blockquote>
<pre><code> It feels like dancing around the problem. Some file URIs are not local 
 (network file systems, user-space file systems), or are slow to access. Also a 
 number of other URI schemes are not networked and do not need to be cached.</code></pre>
</blockquote>
<p>I fully agree with you.</p>
<p>I have been thinking about adding a way for <em>accessor</em> to say whether or not they are in the “network” category of accessing entities. The problem is of course, as you say, that there are resources that might look like local entities, but are actually (for all intents and purposes) remote.</p>
<p>It would however make the implementation a little more robust, by simply not queriny for <em>accessors</em> that are known to establish, as an example, <em>TCP</em> connections.</p>
<ul>
<li>Do you have any additional thoughts on how to address the issue?</li>
</ul>
<p>Best Regards,<br />
Filip</p>
</body>
</html>