You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Jesse Ciancetta (JIRA)" <ji...@apache.org> on 2010/09/01 14:34:53 UTC

[jira] Updated: (SHINDIG-1415) Invalid container configuration property name is breaking OAuth 1.0a client support in Java Shindig

     [ https://issues.apache.org/jira/browse/SHINDIG-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Ciancetta updated SHINDIG-1415:
-------------------------------------

    Attachment: OAuth-1.0a.patch

> 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.