tomaswolf opened a new pull request, #286: URL: https://github.com/apache/mina-sshd/pull/286
Apparently it is possible on Windows that the ACL for a file have no entry for the file owner. (Typically the owner is then member of a group, and there is an entry for the group.) The previous code would in such cases remove all access permissions from all entries, resulting in a file that even the owner could no longer access. Change the logic: not only remove all permissions for non-owner entries but also add an explicit entry for the owner, giving it full access permissions. Fixes #282. -- 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]
