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

[jira] Created: (SHINDIG-566) JSON RPC ResponseItem.getErrorCode() returns full object

JSON RPC ResponseItem.getErrorCode() returns full object
--------------------------------------------------------

                 Key: SHINDIG-566
                 URL: https://issues.apache.org/jira/browse/SHINDIG-566
             Project: Shindig
          Issue Type: Bug
          Components: Features (Javascript)
            Reporter: Adam Winer
         Attachments: shindig-566.patch

ResponseItem.getErrorCode() should return the error code;  it is currently returning the Javascript object a la: {message: '...', code: 400}.

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


[jira] Resolved: (SHINDIG-566) JSON RPC ResponseItem.getErrorCode() returns full object

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

Paul Lindner resolved SHINDIG-566.
----------------------------------

    Resolution: Fixed

Good catch.  Thanks for the patch.


> JSON RPC ResponseItem.getErrorCode() returns full object
> --------------------------------------------------------
>
>                 Key: SHINDIG-566
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-566
>             Project: Shindig
>          Issue Type: Bug
>          Components: Features (Javascript)
>            Reporter: Adam Winer
>         Attachments: shindig-566.patch
>
>
> ResponseItem.getErrorCode() should return the error code;  it is currently returning the Javascript object a la: {message: '...', code: 400}.

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


[jira] Updated: (SHINDIG-566) JSON RPC ResponseItem.getErrorCode() returns full object

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

Adam Winer updated SHINDIG-566:
-------------------------------

    Attachment: shindig-566.patch

Fix and end-to-end test verifying the fix.

> JSON RPC ResponseItem.getErrorCode() returns full object
> --------------------------------------------------------
>
>                 Key: SHINDIG-566
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-566
>             Project: Shindig
>          Issue Type: Bug
>          Components: Features (Javascript)
>            Reporter: Adam Winer
>         Attachments: shindig-566.patch
>
>
> ResponseItem.getErrorCode() should return the error code;  it is currently returning the Javascript object a la: {message: '...', code: 400}.

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