#705729 gajim: hyperlink handling broken

Package:
gajim
Source:
gajim
Submitter:
Thorsten Glaser
Date:
2026-07-06 17:37:12 UTC
Severity:
normal
Tags:
#705729#5
Date:
2013-04-19 08:56:47 UTC
From:
To:
Hi,

when I write in a chat
	「http://www.mirbsd.org/mksh.htm」
the link that is made clickable by Gajim is wrong, it makes
http://www.mirbsd.org/mksh.htm」
which is invalid and does not match the URI spec.

Any raw 8-bit is not part of the hyperlink, but a delimiter,
so it must have ended after the “.htm”.

Gajim 0.13.1 did that correctly IIRC (that was me using a
backport before I upgraded from hardy to sid).