You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by lgoldstein <gi...@git.apache.org> on 2017/12/07 07:05:13 UTC

[GitHub] mina-sshd pull request #40: [SSHD-786] Clients can't authenticate after unex...

GitHub user lgoldstein opened a pull request:

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

    [SSHD-786] Clients can't authenticate after unexpected exception in Nio2Acceptor

    I have decide to along with _Guillaume_'s suggestion but with a minor twist - if the attempt to re-accept fails we do not call _fail_ in order to avoid infinite recursion.

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

    $ git pull https://github.com/lgoldstein/mina-sshd SSHD-786

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

    https://github.com/apache/mina-sshd/pull/40.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 #40
    
----
commit 947840027e9a110d13686d18240b64659988a326
Author: Goldstein Lyor <ly...@c-b4.com>
Date:   2017-12-07T06:30:33Z

    [SSHD-786] Mark Nio2Service correctly as disposing when dispose() called

commit 91074db17be498c0870affa4991f4a2a9e0f0fbb
Author: Goldstein Lyor <ly...@c-b4.com>
Date:   2017-12-07T07:02:35Z

    [SSHD-786] Clients can't authenticate after unexpected exception in Nio2Acceptor

----


---

[GitHub] mina-sshd pull request #40: [SSHD-786] Clients can't authenticate after unex...

Posted by lgoldstein <gi...@git.apache.org>.
Github user lgoldstein closed the pull request at:

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


---