[
https://issues.apache.org/jira/browse/SSHD-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Goldstein Lyor resolved SSHD-297.
---------------------------------
Resolution: Won't Fix
Too dangerous as it may block the packets receiving thread indefinitely as well
as causing all sort of race condition - not very cost effective when compared
to the amount of time and development effort required to make this work. If
anyone is interested in it though, please feel free to submit a pull request
along with a battery of unit tests to ensure that it works as expected.
> Support synchronous execution of server side commands
> -----------------------------------------------------
>
> Key: SSHD-297
> URL: https://issues.apache.org/jira/browse/SSHD-297
> Project: MINA SSHD
> Issue Type: Improvement
> Reporter: Guillaume Nodet
>
> Currently, a command need to be executed in a different thread.
> For very simple commands, it would be beneficial if those commands could be
> executed synchronously.
> In such cases, the SSH_MSG_REQUEST_SUCCESS must be sent before sending EOF
> and CLOSE.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)