<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - URL paths should not be normalized when encoded"
   href="https://bugs.webkit.org/show_bug.cgi?id=144320#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - URL paths should not be normalized when encoded"
   href="https://bugs.webkit.org/show_bug.cgi?id=144320">bug 144320</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=144320#c15">comment #15</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=144320#c14">comment #14</a>)
&gt; &gt; Updated patch to do the normalization or not depending on the platform. Also
&gt; &gt; removed the form data filename, as I'm not sure about that case. Darin, is
&gt; &gt; it correct to assume that PLATFORM(COCOA) means HFS?
&gt; 
&gt; It’s not correct to assume that. Macs support NFS, for example.
&gt; 
&gt; It’s true that most older Unix systems have filenames that are an arbitrary
&gt; string of bytes; the typical restriction is simply that none of the bytes
&gt; can be '\0' or '/'. But note that the string of bytes can’t necessarily be
&gt; converted into a sequence of UTF-16 code points. There could easily be a
&gt; filename that’s not a valid UTF-8 sequence. How would we handle that?
&gt; </span >

So, that's another reason not to normalize filenames in URL, no?

<span class="quote">&gt; When we are talking about URLs, what matters is the file system on the
&gt; server, not on the client.</span >

Oops, of course, you are right.</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>