The-Yoda opened a new pull request #93: [SSHD-899] Discard attributes when file exist already. URL: https://github.com/apache/mina-sshd/pull/93 As per https://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#page-36, The 'attrs' field is ignored if an existing file is opened. As it is, attributes are being considered even if the file exists. This results in resetting permission even when file is opened for read. This fix will discard the attributes when file exists.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
