User "Catrope" posted a comment on MediaWiki.r87482.

Full URL: 
https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/87482#c16711
Commit summary:

* Fix for bug 28534: IE 6 content type detection again
* Fix for bug 28639: user object instance cache pollution
* Release notes formatting tweak.

Comment:

It's checking against QUERY_STRING, so the actual value fed is not 
<code>load.php</code> but something more like 
<code>debug=false&modules=jquery.ui.foo|jquery.ui.bar&skin=vector</code> . But 
the general principle is the same: this contains dots, so it matches the regex 
and triggers 403s for IE clients.

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to