[
https://issues.apache.org/jira/browse/OOZIE-3682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17642384#comment-17642384
]
Dénes Bodó commented on OOZIE-3682:
-----------------------------------
[~jmakai] Can you please elaborate on
{code:bash}
while [[ "${1}" != http* ]] && [[ "${1}" != \"http* ]]; do
callbackCmnd="$callbackCmnd ${1}"
shift
done {code}
This addition is not clear to me.
Thanks
> Prepare ssh-wrapper script to handle callback specific arguments with quotes
> ----------------------------------------------------------------------------
>
> Key: OOZIE-3682
> URL: https://issues.apache.org/jira/browse/OOZIE-3682
> Project: Oozie
> Issue Type: Bug
> Affects Versions: 5.2.1
> Reporter: Janos Makai
> Assignee: Janos Makai
> Priority: Major
> Attachments: OOZIE-3682-001.patch
>
>
> In case someone runs an SSH action which connects from Oozie server (linux)
> to an AIX host, then the ssh-wrapper process is showing up on the remote
> host, but it hangs forever.
> This happens because the quotes around the callback URL are being retained in
> the arguments taken by ssh-base and sent to ssh-wrapper, causing an infinite
> loop.
> The goal of this ticket is to track the fix of this issue in the callback
> mechanism.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)