You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Brian Eaton (JIRA)" <ji...@apache.org> on 2008/03/24 23:17:25 UTC

[jira] Created: (SHINDIG-150) signed request fields have wrong name, and post data is being decoded too soon

signed request fields have wrong name, and post data is being decoded too soon
------------------------------------------------------------------------------

                 Key: SHINDIG-150
                 URL: https://issues.apache.org/jira/browse/SHINDIG-150
             Project: Shindig
          Issue Type: Bug
          Components: Gadgets Server - Java
            Reporter: Brian Eaton
         Attachments: extradecode.patch

There are a few bugs in the Shindig signed fetch implementation:

http://code.google.com/p/opensocial-resources/issues/detail?id=127

We're also not using the same field names as MySpace.  They use opensocial_owner_id, we had opensocial_ownerid.

The attached patch fixes both issues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SHINDIG-150) signed request fields have wrong name, and post data is being decoded too soon

Posted by "Kevin Brown (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581709#action_12581709 ] 

Kevin Brown commented on SHINDIG-150:
-------------------------------------

To be clear here -- the spec doesn't actually specify what the field names are. The relevant discussion is here: http://groups.google.com/group/opensocial-and-gadgets-spec/browse_thread/thread/b07ab79dbcea1afd

The spec hasn't changed (yet) to reflect this, but the consensus was that we'd standardize on the names myspace has used since it would result in the lowest developer impact given the total number of gadgets out there.

> signed request fields have wrong name, and post data is being decoded too soon
> ------------------------------------------------------------------------------
>
>                 Key: SHINDIG-150
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-150
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadgets Server - Java
>            Reporter: Brian Eaton
>         Attachments: extradecode.patch
>
>
> There are a few bugs in the Shindig signed fetch implementation:
> http://code.google.com/p/opensocial-resources/issues/detail?id=127
> We're also not using the same field names as MySpace.  They use opensocial_owner_id, we had opensocial_ownerid.
> The attached patch fixes both issues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-150) signed request fields have wrong name, and post data is being decoded too soon

Posted by "Brian Eaton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Eaton updated SHINDIG-150:
--------------------------------

    Attachment: extradecode.patch

> signed request fields have wrong name, and post data is being decoded too soon
> ------------------------------------------------------------------------------
>
>                 Key: SHINDIG-150
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-150
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadgets Server - Java
>            Reporter: Brian Eaton
>         Attachments: extradecode.patch
>
>
> There are a few bugs in the Shindig signed fetch implementation:
> http://code.google.com/p/opensocial-resources/issues/detail?id=127
> We're also not using the same field names as MySpace.  They use opensocial_owner_id, we had opensocial_ownerid.
> The attached patch fixes both issues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SHINDIG-150) signed request fields have wrong name, and post data is being decoded too soon

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-150.
----------------------------------

    Resolution: Fixed

Patch applied.


> signed request fields have wrong name, and post data is being decoded too soon
> ------------------------------------------------------------------------------
>
>                 Key: SHINDIG-150
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-150
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadgets Server - Java
>            Reporter: Brian Eaton
>         Attachments: extradecode.patch
>
>
> There are a few bugs in the Shindig signed fetch implementation:
> http://code.google.com/p/opensocial-resources/issues/detail?id=127
> We're also not using the same field names as MySpace.  They use opensocial_owner_id, we had opensocial_ownerid.
> The attached patch fixes both issues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.