<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - xdg-open has IFS problems opening URLs"
href="https://bugs.freedesktop.org/show_bug.cgi?id=49970#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - xdg-open has IFS problems opening URLs"
href="https://bugs.freedesktop.org/show_bug.cgi?id=49970">bug 49970</a>
from <span class="vcard"><a class="email" href="mailto:plynchnlm@gmail.com" title="plynchnlm@gmail.com">plynchnlm@gmail.com</a>
</span></b>
<pre>The problem is on line 662 of xdg-open (in the open_generic function):
eval '$browser $1'$xdg_redirect_output;
should be:
eval '$browser "$1"'$xdg_redirect_output;
because without the "" around $1, the IFS=":" will break up URLs on :
characters.</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>