bemoty opened a new pull request, #843:
URL: https://github.com/apache/mina-sshd/pull/843

   I'm using sshd-sftp as a custom SFTP server for its great virtual file 
system capabilities (it allows me to easily create a virtual space for each 
user). Each user directory contains symlinks (essentially "shares") to folders 
outside of the virtual file system.
   
   After upgrading to 2.16.0 I noticed that file deletion did not work anymore. 
It kept giving me a `NoSuchFileException` "Removal candidate not found".
   
   In `doRemoveFile` it seems like `followLinks` is missing a `!` before being 
passed to `checkSymlinkState`. This was done correctly in other methods such as 
`doRemoveDirectory`.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to