[GitHub] [mina-sshd] onyas commented on pull request #242: Fix: close session when timeout during connect

2022-12-19 Thread GitBox
onyas commented on PR #242: URL: https://github.com/apache/mina-sshd/pull/242#issuecomment-1358715900 Is there any possibility to release it early next year? our customer is eager to get this fixed. If not, can you provide any plan so that we can set the expectation for the customer.

[GitHub] [mina-sshd] tomaswolf commented on issue #294: Memory Leak in SftpFileSystemProvider

2022-12-19 Thread GitBox
tomaswolf commented on issue #294: URL: https://github.com/apache/mina-sshd/issues/294#issuecomment-1358527146 Thanks for pointing out this bug. It should be fixed by the referenced pull request. But personally I'm not convinced using a ThreadLocal to store these wrappers is a good i

[GitHub] [mina-sshd] tomaswolf opened a new pull request, #295: GH-294: Fix memory leaks in SftpFileSystemProvider

2022-12-19 Thread GitBox
tomaswolf opened a new pull request, #295: URL: https://github.com/apache/mina-sshd/pull/295 SftpFileSystem.getClient() returns reference-counted wrapper instances that need to be closed to avoid a memory leak via ThreadLocals. Make sure that the streams returned by SftpFileSystemProvider.n

[GitHub] [mina-sshd] tomaswolf merged pull request #292: Fix the channel window logic

2022-12-19 Thread GitBox
tomaswolf merged PR #292: URL: https://github.com/apache/mina-sshd/pull/292 -- 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. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.

[GitHub] [mina-sshd] luchenguang commented on issue #294: Memory Leak in SftpFileSystemProvider

2022-12-19 Thread GitBox
luchenguang commented on issue #294: URL: https://github.com/apache/mina-sshd/issues/294#issuecomment-1357686187 Meet the same question when using SftpFileSystem, seems to be caused by SftpFileSystem using a ThreadLocal to cache a sftp client but unable to clear it -- This is an automated

[jira] [Commented] (SSHD-1315) Password in clear in SSHD server's logs

2022-12-19 Thread Roberto Deandrea (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649199#comment-17649199 ] Roberto Deandrea commented on SSHD-1315: Thomas, Thank you very much for your sol