You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by GitBox <gi...@apache.org> on 2019/02/22 04:50:29 UTC

[GitHub] The-Yoda opened a new pull request #93: [SSHD-899] Discard attributes when file exist already.

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:
users@infra.apache.org


With regards,
Apache Git Services