[GitHub] mina-sshd pull request #66: [SSHD-840] Respond to unknown messages with SSH_...

2018-08-11 Thread rovarga
Github user rovarga closed the pull request at:

https://github.com/apache/mina-sshd/pull/66


---


[GitHub] mina-sshd pull request #66: [SSHD-840] Respond to unknown messages with SSH_...

2018-08-10 Thread rovarga
GitHub user rovarga opened a pull request:

https://github.com/apache/mina-sshd/pull/66

[SSHD-840] Respond to unknown messages with SSH_MSG_UNIMPLEMENTED

Instead of throwing IllegalStateException, implement proper handling
as per https://tools.ietf.org/html/rfc4253#section-11.4.

Signed-off-by: Robert Varga 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rovarga/mina-sshd sshd840

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/mina-sshd/pull/66.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #66


commit b233ec10208917d6cd476538bba68a3f0b21106a
Author: Robert Varga 
Date:   2018-08-10T20:18:27Z

[SSHD-840] Respond to unknown messages with SSH_MSG_UNIMPLEMENTED

Instead of throwing IllegalStateException, implement proper handling
as per https://tools.ietf.org/html/rfc4253#section-11.4.

Signed-off-by: Robert Varga 




---