Parent5446 has uploaded a new change for review.

Change subject: (bug 42513) Fixed mediawiki.Uri parsing for URIs with @ in path.
......................................................................

(bug 42513) Fixed mediawiki.Uri parsing for URIs with @ in path.

The regexes for URI parsing in mediawiki.Uri did not check to
make sure there were no slashes (/), question marks (?) or hashes
(#) in the username or password of the URI.

This commit fixes the regexes so that URIs with an @ symbol in
the path, query, or fragment don't get interpreted as having
a username when they actually don't.

Change-Id: I4954bfd3750d5c990e91cc0dc8a175225ccbad1e
---
M resources/mediawiki/mediawiki.Uri.js
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/65/44665/1
--
To view, visit https://gerrit.wikimedia.org/r/44665
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4954bfd3750d5c990e91cc0dc8a175225ccbad1e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Parent5446 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to