Page MenuHomePhabricator

Dollar signs in URLs cause problems
Closed, ResolvedPublic

Description

Author: f23wop602

Description:
If a "$" character is part of an URL, the parser apparently fails to recognize
it as a valid adress.

Current behaviour: The wiki text '[http://en.wikipedia.org/wiki/$ Dollar]' is
translated into HTML as '[http://en.wikipedia.org/wiki/$ Dollar]'.

Expected behaviour: It should be translated as '<a
href="http://en.wikipedia.org/wiki/$" class="external">Dollar</a>'.


Version: 1.3.x
Severity: minor
OS: Linux
Platform: PC

Details

Reference
bz188