<div dir="ltr"><div dir="ltr">On Wed, Mar 26, 2025 at 11:13 AM Eirik Bjørsnøs <<a href="mailto:eirbjo@gmail.com">eirbjo@gmail.com</a>> wrote:</div><div class="gmail_quote gmail_quote_container"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>In JarFileFactory::urlFor however, the logic is slightly different in that the comparison with ~ (tilde) is missing:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><font face="monospace">String host = url.getHost();</font></div><div><font face="monospace">if (host != null && !host.isEmpty() &&</font></div><div><font face="monospace">        !host.equalsIgnoreCase("localhost")) {</font></div></blockquote></div></blockquote><div><br></div><div>Some context:</div><div><br></div><div>This comparison in JarFileFactory::urlFor is only performed on Windows, which could indicate Windows wants special treatment for "~".</div><div><br></div><div>However, the Windows version of Handler::openConnection does indeed consider "~". So at the very least the current situation is inconsistent.</div><div><br></div><div>Eirik, </div><div><br></div><div><br></div></div></div>