important fix inside HttpFunctions.php. I noticed that when you call HttpRequest...
authorThomas Gries <wikinaut@users.mediawiki.org>
Wed, 15 Feb 2012 22:40:38 +0000 (22:40 +0000)
committerThomas Gries <wikinaut@users.mediawiki.org>
Wed, 15 Feb 2012 22:40:38 +0000 (22:40 +0000)
commitadc105dac49b1e17641431cf30f8dc7ed834741a
tree7abde68af01cdb43586391aef1451d2cf0658d59
parent0a0bfb8aa57809e709b60173ed9d594dcdad3dec
important fix inside HttpFunctions.php. I noticed that when you call HttpRequest::factory with noProxy=true for example inside an intranet, this is ignored in (Curl)HttpRequest because the proxy url is not cleared. This commit makes sure at lowest level - namel in the public function proxySetup() - that a optional(true) value of  noProxy is observed and that it (now) also clears the proxy url. (I have been told that I am allowed to commit this patch. Please carefully review, as usual).
includes/HttpFunctions.php