"Aaron Schulz" changed the status of MediaWiki.r113545 to "ok"
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/113545

Old status:  new
New status: ok

Commit summary for MediaWiki.r113545:

(bug 34521) Returning to the previous page after logging in loses any 
array-valued parameters in the query string. This happens because 
WebRequest::getValues() calls getVal() which strips arrays, even though the doc 
comment says that no transformation is applied. Changed getValues() to call 
getGPCVal() instead. The only difference is that arrays are no longer stripped, 
so the doc comment is no longer a lie

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

Reply via email to