Pungero commented on issue #397: URL: https://github.com/apache/mina-sshd/issues/397#issuecomment-1639037933
I also stumbled into some issues with this added dot, although in a different context. In my case I was calling `doRemoveDirectory` with a path with a trailing `/`, which had worked flawlessly in the previous version. Now the nasty part in my case was that when the dotted path gets passed on to `UnixFileSystemProvider#delete` (yes I'm using mac) it eventually fails in native method call, which fails with a really vague exception: `sun.nio.fs.UnixException: Invalid argument`. -- 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.org 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