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

--- Comment #1 from Lisa Ridley <lhrid...@gmail.com> 2010-03-03 05:44:22 UTC ---
Update:

Using a URL redirect where the colon is encoded as well is accepted by IIS7.5
and redirects to the appropriate page within MediaWiki.

For example, changing wfUrlencode() so that the colon symbol is excluded from
the call to str_ireplace() in wfUrlencode() will result in an encoded URL:

http://localhost/w/index.php?title=%C3%81%3A%C3%A1

which is accepted by IIS7.5 and redirected properly rather than generating a
404.0 error; the resulting MediaWiki page that is presented to the user has the
correctly formatted title; however the parameters in the url are fully encoded.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
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