You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2015/07/01 02:37:09 UTC

[jira] [Updated] (CALCITE-696) Avatica should sent payload in message body, not header

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

Nick Dimiduk updated CALCITE-696:
---------------------------------
    Component/s: avatica

Bulk edit assigning avatica component to obvious issues.

> Avatica should sent payload in message body, not header
> -------------------------------------------------------
>
>                 Key: CALCITE-696
>                 URL: https://issues.apache.org/jira/browse/CALCITE-696
>             Project: Calcite
>          Issue Type: Improvement
>          Components: avatica
>            Reporter: Nick Dimiduk
>
> This one is pretty surprising; noticed while playing around with the server with curl. We're reading the request payload off of the {{request}} header rather than from the request payload. For example, this is required:
> {noformat}
> curl -XPOST \
>   -H 'request: {"request":"prepareAndExecute","connectionId":"3b0f3231-47d2-45f0-9aba-1f317955beaa","sql":"select * from WEB_STAT","maxRowCount":-1}' \
>   http://localhost:8765/
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)