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/12 19:13:46 UTC

[jira] Created: (SHINDIG-596) JsonRpcContainer: add hook for sending the RPC request

JsonRpcContainer: add hook for sending the RPC request
------------------------------------------------------

                 Key: SHINDIG-596
                 URL: https://issues.apache.org/jira/browse/SHINDIG-596
             Project: Shindig
          Issue Type: Improvement
          Components: Features (Javascript)
            Reporter: Adam Winer
            Priority: Minor


I'd like to have a hook to add additional query parameters to the JSON RPC request.

My specific need is a few fields related to gathering statistics on the incoming requests, specifically what view the request belongs to, and an ordinal count of requests.

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


[jira] Closed: (SHINDIG-596) JsonRpcContainer: add hook for sending the RPC request

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

Louis Ryan closed SHINDIG-596.
------------------------------

    Resolution: Fixed
      Assignee: Louis Ryan

Patch applied. Thanks!

> JsonRpcContainer: add hook for sending the RPC request
> ------------------------------------------------------
>
>                 Key: SHINDIG-596
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-596
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Features (Javascript)
>            Reporter: Adam Winer
>            Assignee: Louis Ryan
>            Priority: Minor
>         Attachments: shindig-596.patch
>
>
> I'd like to have a hook to add additional query parameters to the JSON RPC request.
> My specific need is a few fields related to gathering statistics on the incoming requests, specifically what view the request belongs to, and an ordinal count of requests.

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


[jira] Updated: (SHINDIG-596) JsonRpcContainer: add hook for sending the RPC request

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

Adam Winer updated SHINDIG-596:
-------------------------------

    Attachment: shindig-596.patch

A patch adding a sendRequest() hook to JsonRpcContainer.

> JsonRpcContainer: add hook for sending the RPC request
> ------------------------------------------------------
>
>                 Key: SHINDIG-596
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-596
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Features (Javascript)
>            Reporter: Adam Winer
>            Priority: Minor
>         Attachments: shindig-596.patch
>
>
> I'd like to have a hook to add additional query parameters to the JSON RPC request.
> My specific need is a few fields related to gathering statistics on the incoming requests, specifically what view the request belongs to, and an ordinal count of requests.

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