The-Yoda opened a new pull request #90: [SSHD-894] Fix Race condition when 
doing async auth.
URL: https://github.com/apache/mina-sshd/pull/90
 
 
   Currently, when doing async auth, the response is being sent to client
   before starting the service with auth status set. When the client
   responds back with next request, the request will reach auth service and
   fail with `No current authentication mechanism for cmd=SSH_MSG_CHANNEL_OPEN`.
   This happens mostly when the system starts (as, service initialization
   might take time)
   
   This patch fixes the issue by changing the order and send the packet
   after the service starts.
   
   cc @lgoldstein @thefourtheye @sramki

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to