https://bugzilla.wikimedia.org/show_bug.cgi?id=20286





--- Comment #3 from lmout1982 <webmas...@mouton-fr.net>  2009-12-19 23:45:21 
UTC ---
As I haven’t found a good solution with Apache, I have fixed temporary the
problem by modifying the source code of the function SMWInfolink::
encodeParameters(…), line 264 : 
$value = str_replace(array('-', '#', "\n", ' ', '/', '[', ']', '<', '>',
'&lt;', '&gt;', '&amp;', '\'\'', '|', '&', '%', '?', '+'),
                     array('-2D', '-23', '-0A', '-20', '-2F', '-5B', '-5D',
'-3C', '-3E', '-3C', '-3E', '-26', '-27-27', '-7C', '-26', '-25', '-3F',
'-2B'), $value);

I think you should add a global variable to parametrize this ?


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to