Page 1 of 1

URL in News gets broken

Posted: 18 Feb 2005, 12:05
by mikewhit
I was pleasantly surprised when I pasted a URL into a News page, and Mantis showed it as a clickable link.

However, when I pasted in a link to a local Wiki page, the URL was split after the last slash, hence breaking the URL.

I presume it's a problem with URL parsing ...
gets split into
as URL, and
MantisUsage?action=show
as text.

Posted: 18 Feb 2005, 12:50
by vboctor
This is introduced in 0.19.2 and is now fixed in CVS. Hence, the fix will be available in the next release.

Regards,
Victor.

Quickie

Posted: 18 Feb 2005, 13:48
by mikewhit
Thanks. If it's a "one-liner" I'll patch it in manually till the release ;-)
Found it in Bug ID #5220.
Use the diff file - the 'notes' miss out a preceding line.