Ensure MWHttpRequest::method gets set with strtoupper() since code
authorawjrichards <arichards@wikimedia.org>
Fri, 20 Apr 2012 22:17:55 +0000 (15:17 -0700)
committerawjrichards <arichards@wikimedia.org>
Fri, 20 Apr 2012 22:18:06 +0000 (15:18 -0700)
commit1122ca5f8750a7e23e3f00ad7c03a19ef25f4c17
treeb9a9c29e2537300198a2066966a79610fa01bc07
parent242659a4a7b20f086041603891532084d7728b80
Ensure MWHttpRequest::method gets set with strtoupper() since code
examining MWHttpRequest::method always expects its value to be
fully uppercased.

Yes, this should not be a problem if MWHttpRequest is accessed
via HTTP class, but that will not always be guaranteed.

Resolves bug 36137.

Change-Id: Ic20e1b99dcb56b8a11cea50293ba44022e564de9
includes/HttpFunctions.php