SHINDIG-854 by Eiji Kitamura, fixes the following issues for the oauth proxy service:
commitdf73c2e114bef37f07b986a5af15ff86ea05b733
authorChris Chabot <chabotc@apache.org>
Sun, 18 Jan 2009 10:04:14 +0000 (18 10:04 +0000)
committerChris Chabot <chabotc@apache.org>
Sun, 18 Jan 2009 10:04:14 +0000 (18 10:04 +0000)
tree69318965fffe0eb5e460700d64586b7c63d0441a
parentd6ac533eaf44fcc7eef1216d75fb829548150bee
SHINDIG-854 by Eiji Kitamura, fixes the following issues for the oauth proxy service:
- According to XSD, each url for OAuthServices (request, authorization, access) isn't mandatory. Current implementation is assuming they are existing.
- parseEndPoint had better trim its paramers.
- Some parameters (OAuth/Service@name, OAuth/Service/Request@url, OAuth/Service/Access@url, OAuth/Service/Authorization@url) are required but not checked on current code.
- OAuth param_location isn't conforming to the spec.

git-svn-id: https://svn.apache.org/repos/asf/incubator/shindig/trunk@735423 13f79535-47bb-0310-9956-ffa450edef68
php/src/gadgets/UserPrefs.php
php/src/gadgets/oauth/OAuthService.php