[
https://issues.apache.org/jira/browse/SHINDIG-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Lindner resolved SHINDIG-1415.
-----------------------------------
Resolution: Fixed
for 2.0.0
> Invalid container configuration property name is breaking OAuth 1.0a client
> support in Java Shindig
> ---------------------------------------------------------------------------------------------------
>
> Key: SHINDIG-1415
> URL: https://issues.apache.org/jira/browse/SHINDIG-1415
> Project: Shindig
> Issue Type: Bug
> Components: Java, PHP
> Affects Versions: 2.0.0
> Reporter: Jesse Ciancetta
> Fix For: 2.0.0
>
> Attachments: OAuth-1.0a.patch
>
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.