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

[jira] Created: (SHINDIG-670) /gadgets/metadata jsonp API does not accept digits in the callback parameter.

/gadgets/metadata jsonp API does not accept digits in the callback parameter.
-----------------------------------------------------------------------------

                 Key: SHINDIG-670
                 URL: https://issues.apache.org/jira/browse/SHINDIG-670
             Project: Shindig
          Issue Type: Bug
            Reporter: Yaniv Shuba
            Priority: Minor


When calling the API as follows:

/gadgets/metadata?req=<request_data>&callback=a1

The service returns an error. This is due to the digit '1' in the callback parameter.

Seemingly this is a minor issue but since callback names are often auto-generated, they often contain digits.

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


[jira] Resolved: (SHINDIG-670) /gadgets/metadata jsonp API does not accept digits in the callback parameter.

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

Paul Lindner resolved SHINDIG-670.
----------------------------------

    Resolution: Duplicate

dupe of SHINDIG-709

> /gadgets/metadata jsonp API does not accept digits in the callback parameter.
> -----------------------------------------------------------------------------
>
>                 Key: SHINDIG-670
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-670
>             Project: Shindig
>          Issue Type: Bug
>            Reporter: Yaniv Shuba
>            Priority: Minor
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> When calling the API as follows:
> /gadgets/metadata?req=<request_data>&callback=a1
> The service returns an error. This is due to the digit '1' in the callback parameter.
> Seemingly this is a minor issue but since callback names are often auto-generated, they often contain digits.

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