https://bugzilla.wikimedia.org/show_bug.cgi?id=20409
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] AssignedTo|wikibugs- |[email protected] |[email protected] | --- Comment #1 from Brion Vibber <[email protected]> 2009-09-03 01:37:03 UTC --- A shorter test case... OK plain: http://commons.wikimedia.org/wiki/Category:Pf%C3%A4fers OK redir: http://commons.wikipedia.org/wiki/Category:Pf%C3%A4fers -> http://commons.wikimedia.org/wiki/Category:Pf%C3%A4fers OK plain: http://commons.wikimedia.org/w/index.php?title=Category:Pf%C3%A4fers BAD redir: http://commons.wikipedia.org/w/index.php?title=Category:Pf%C3%A4fers -> http://commons.wikimedia.org/w/index.php?title=Category:Pf%25C3%25A4fers Looks like the URL's path component gets passed through intact, but the query string arguments are getting an extra escaping applied... bleah :) Seems to exist on other sites (eg en.wikipedia.com redir) so this probably affects all or most of our redirs. Mildly annoying; nice if we can fix it but not earth-shattering as such URLs should be rare. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
