Author: locke.cole.wiki
Description:
Parameters to {{fullurl:}} are not URL encoded, and this can lead to issues with
spaces in parameter names. For example:
[{{fullurl:Special:Log/block|page=User:Locke Cole}} link]
Generates:
"http://server/wiki/Special:Log/block?page=User:Locke Cole"
This space in "Locke Cole" is treated as a space in the link syntax ([<url>
<link title>]). So, after {{fullurl:}} performs it's magic, we end up with this:
[http://server/wiki/Special:Log/block?page=User:Locke Cole link]
Which renders as:
"Cole link"
With the anchor tag pointing to:
"http://server/wiki/Special:Log/block?page=User:Locke"
Note: {{fullurle}}, {{localurl}} and {{localurle}} would also need to be changed
if solution #1 were chosen.
Version: 1.7.x
Severity: enhancement