<div dir="ltr">Review request to fix this!<div><a href="https://git.reviewboard.kde.org/r/122613/">https://git.reviewboard.kde.org/r/122613/</a><br></div><div><br></div><div>Thanks for the support guys!</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 2, 2014 at 1:43 PM, Àlex Fiestas <span dir="ltr"><<a href="mailto:afiestas@kde.org" target="_blank">afiestas@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi there<br>
<br>
There are quite a few places where the following code is found:<br>
<br>
if (!url.path().endsWith('/')) {<br>
    url.setPath(url.path() + '/');<br>
}<br>
<br>
Given an url like: 'scheme://' KUrl will return '/' as path while QUrl returns<br>
empty string.<br>
<br>
This is making kio add a third slash to the url in many places (because of<br>
code like the one pasted before).<br>
<br>
As a result if you open dolphin and type smb://, it will be redirected to<br>
smb:///.<br>
<br>
Is this an intended behavior or should I start sending patches to prevent this<br>
from happening?<br>
<br>
Also, even though technically the path of 'smb://' is empty, users are used to<br>
that format (specially given how popular htp:// is) so I would like to keep<br>
supporting it.<br>
<br>
Cheers!</blockquote></div><br></div>