From: Adrian Lang Date: Wed, 15 Apr 2009 07:18:43 +0000 (+0200) Subject: Make OMB work if the configured domain name does not exclusively contain lower case... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fc6cedd2227d9d560736e494f431e2b40b26b45c;p=quix0rs-gnu-social.git Make OMB work if the configured domain name does not exclusively contain lower case letters. If the configured domain is mixed-case OAuth throws invalidsignature errors. The current URL is part of the signated parts; since the consumer does not pass the current URL, the service has to get it itself and add it to the other OAuth params for signature rebuilding. OAuth.php uses $_SERVER for this, however, the domain is lcased in $_SERVER. Hence we pass the complete current URL as generated by common_local_url to OAuthRequest. --- fc6cedd2227d9d560736e494f431e2b40b26b45c