[rt-users] ClickableLinks
Niels Bakker
niels=rt at bakker.net
Fri May 13 20:31:39 EDT 2005
* brandonp at omniture.com (Brandon Pulsipher) [Sat 14 May 2005, 00:50 CEST]:
>I've implemented the ClickableLinks patch:
>
>http://wiki.bestpractical.com/index.cgi?ClickableLinks
>
>from the Wiki. This works except that it doesn't include the query
>string in the link.
>
>So, if I put in the URL: http://www.somehost.com?mypage
><http://www.somehost.com/?mypage> =1&var=2
There's a space in there. These are two URLs. Perhaps your MUA is
mangling this.
If so, this is really broken. Don't expect programs to fix up such
things. The regexp in the Wiki page doesn't deal well with links split
over multiple lines either.
You could attempt to "fix" the regexp but it'll be orders of magnitude
more complex...
-- Niels.
--
More information about the rt-users
mailing list