[GitHub] [mina-sshd] tomaswolf edited a comment on pull request #152: ProxyTest with HostKeyVerification

2020-07-29 Thread GitBox


tomaswolf edited a comment on pull request #152:
URL: https://github.com/apache/mina-sshd/pull/152#issuecomment-665529294


   @gnodet: BTW, note that the exception stack trace does not point back to 
user code but to `Nio2Session.handleReadCycleCompletion`. That's not helpful to 
debug such problems.
   
   The reason for this is probably that `AbstractSshFuture.verifyResult()` 
re-throws the original `IOException`. It would be more useful if that always 
threw a new `IOException` with the original as cause. At least for any future 
that is handed out to client code.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[GitHub] [mina-sshd] tomaswolf edited a comment on pull request #152: ProxyTest with HostKeyVerification

2020-07-29 Thread GitBox


tomaswolf edited a comment on pull request #152:
URL: https://github.com/apache/mina-sshd/pull/152#issuecomment-665183072


   This is a failing test; not intended to be merged as is. Intended to show 
what I mean in the discussion on #150.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org