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

   Files.delete() is specified *not* to follow symbolic links. The 
implementation in SftpFileSystemProvider checked for write access and file 
existence via a method that does resolve symbolic links. This lead to general 
inconsistency and various kinds of failures.
   
   Fix this by making sure that the code does not resolve symbolic links in 
Files.delete().
   
   Fixes #325.


-- 
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

Reply via email to