tomaswolf commented on PR #843: URL: https://github.com/apache/mina-sshd/pull/843#issuecomment-3414478653
Good catch! Looking through the callers of `checkSymlinkState` it appears that it is also wrong at https://github.com/apache/mina-sshd/blob/2bb67e61dd16479fc1e0a796914185b7c3ca464f/sshd-sftp/src/main/java/org/apache/sshd/sftp/server/SftpSubsystem.java#L848 Can we also add tests for this (at least on Unix-like platforms, where we have symlinks)? -- 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]
