Last modified: 2006-05-01 20:32:31 UTC
BUG MIGRATED FROM SOURCEFORGE http://sourceforge.net/tracker/index.php?func=detail&aid=800225&group_id=34373&atid=411192 Originally submitted by Brion Vibber (vibber)<a href="/help/icon_legend.php?context=user_wantsdonations&user_id=446709&return_to=%2F"><IMG src="http://images.sourceforge.net/images/icons/donate.png" alt="Accepting Donations" border="0" width="16" height="16"></a> 2003-09-04 07:07 Our checks for valid URL links aren't entirely accurate, and some valid URLs are rejected. (For instance, those containing the dollar sign $, which is reserved but valid in a number of places, including the query string.) Rewriting the regexps with a closer eye to the rfc might be a good thing. Workaround: rejected characters can be replaced with their %HH hex code equivalents.
*** Bug 430 has been marked as a duplicate of this bug. ***
Links with dollar signs work correctly in 1.4; not sure about other special characters.
The underscore character '_' does also not work and needs to be replaced with %5F (at least in 1.3.7 version). URL not working in 1.3.7: http://bundesrecht.juris.de/bundesrecht/estg/__3.html URL replacement: http://bundesrecht.juris.de/bundesrecht/estg/%5F%5F3.html
*** Bug 901 has been marked as a duplicate of this bug. ***
' is fixed in 1.4 : is not See [[test:Parser_tests]] == http://test.wikipedia.org/wiki/User:Gangleri/tests/Parser_tests .
*** Bug 1951 has been marked as a duplicate of this bug. ***
_ : . and ' are fixed at least in trunk@14007 Marking as fixed.
Bug 1951 talks about the use of [ and ] in urls. Are those fixed as well?