You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Minder (JIRA)" <ji...@apache.org> on 2013/07/01 22:38:20 UTC

[jira] [Commented] (KNOX-79) post parameters are lost while request flows from knox to secure cluster

    [ https://issues.apache.org/jira/browse/KNOX-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697148#comment-13697148 ] 

Kevin Minder commented on KNOX-79:
----------------------------------

Pushed patch provided by Dilli.
https://git-wip-us.apache.org/repos/asf?p=incubator-knox.git;a=commit;h=234ecc641a8a21e8e387cf0e8bebd77325c6516b
                
> post parameters are lost while request flows from knox to secure cluster
> ------------------------------------------------------------------------
>
>                 Key: KNOX-79
>                 URL: https://issues.apache.org/jira/browse/KNOX-79
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.3.0
>            Reporter: Dilli Arumugam
>            Assignee: Dilli Arumugam
>             Fix For: 0.3.0
>
>         Attachments: KNOX-79.patch
>
>
> While attempting to test templeton job submission with curl command
> curl -kiv -u bob:bob-password -X POST -d jar=/tmp/wordcount.jar \
>       -d class=WordCount  -d arg=/tmp/test/input -d arg=/tmp/test/output \
>       'https://localhost:8443/gateway/sample/templeton/api/v1/mapreduce/jar'
> We get error message from templeton indicating that jar parameter was not provided.
> As you can see this was provided as post parameter in the call to Knox, but looks like it is not passed over to templeton.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira