Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(79)

Issue 2109042: Invalid container configuration property name is breaking OAuth 1.0a client support in Java Shindig (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 5 months ago by jcian
Modified:
15 years, 5 months ago
Reviewers:
bashofmann, dev-remailer
Base URL:
http://svn.apache.org/repos/asf/shindig/trunk/
Visibility:
Public.

Description

In the Java Shindig implementation DefaultOAuthUriManager looks for a container configuration property called "gadgets.uri.oauth.callbackTemplate" which doesn't exist anywhere in the current codebase, however there is a property called "gadgets.oauthGadgetCallbackTemplate" in the default container.js file which is referenced in a few places by the PHP Shindig implementation. This patch renames the "gadgets.oauthGadgetCallbackTemplate" property to "gadgets.uri.oauth.callbackTemplate" (since the latter is more inline with the rest of the configuration property names) and updates the PHP usages accordingly. Note that I don't run PHP Shindig so I don't really have any way to test if anything broke on the PHP end.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
config/container.js View 1 chunk +1 line, -1 line 0 comments Download
php/src/gadgets/ContainerConfig.php View 1 chunk +1 line, -1 line 0 comments Download
php/test/gadgets/ContainerConfigTest.php View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2
jcian
15 years, 5 months ago (2010-09-01 12:36:52 UTC) #1
bashofmann
15 years, 5 months ago (2010-09-01 12:51:09 UTC) #2
changes to php code look good
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b