Page MenuHomePhabricator

MediaWiki user page url under "External accounts" settings should be once encoded
Closed, ResolvedPublic

Description

I connected my mediawiki.org account(User:*devunt) to phabricator. Phabricator shows my mediawiki account links like this: https://www.mediawiki.org:/w/index.php?title=User%3A%252Adevunt . And this is twice encoded.

urldecode('https://www.mediawiki.org:/w/index.php?title=User%3A%252Adevunt')
-> https://www.mediawiki.org:/w/index.php?title=User%3A%2Adevunt

urldecode('https://www.mediawiki.org:/w/index.php?title=User%3A%2Adevunt')
-> https://www.mediawiki.org:/w/index.php?title=User:*devunt

I have no idea with this is phabricator's problem or mediawiki oauth's problem.

Event Timeline

devunt raised the priority of this task from to Medium.
devunt updated the task description. (Show Details)
devunt added a project: Phabricator.
devunt subscribed.
devunt set Security to None.

In Settings > Authentication > External accounts. See my attachment.

Screenshot_from_2015-01-28_22:12:03.png (581×272 px, 24 KB)

Aklapper renamed this task from MediaWiki user page url should be once encoded. to MediaWiki user page url under "External accounts" settings should be once encoded.Jan 28 2015, 8:05 PM

https://phabricator.wikimedia.org/settings/panel/external/ now displays https://www.mediawiki.org:/w/index.php?title=User:AKlapper+(WMF) for me.
Closing as resolved.