This is an automated email from the ASF dual-hosted git repository.
twolf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from c411efb83 Fix Buffer.getShort()
add 1202453a8 GH-403: Work-around for WS_FTP client bug
add ba44fcb2b GH-403: Fix SFTP handle size
add 98ee32d61 GH-403: Use 4-byte SFTP file handles by default
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 45 ++++++-
.../sshd/common/channel/AbstractChannel.java | 66 ++++++++--
....java => SshChannelInvalidPacketException.java} | 11 +-
.../org/apache/sshd/sftp/SftpModuleProperties.java | 6 +-
.../sftp/server/AbstractSftpSubsystemHelper.java | 43 +++----
.../java/org/apache/sshd/sftp/server/Handle.java | 26 +++-
.../org/apache/sshd/sftp/server/SftpSubsystem.java | 140 +++++++++++++++------
.../java/org/apache/sshd/sftp/client/SftpTest.java | 109 +++++++++++++++-
.../org/apache/sshd/sftp/server/HandleTest.java | 66 ++++++++++
9 files changed, 434 insertions(+), 78 deletions(-)
copy
sshd-core/src/main/java/org/apache/sshd/common/channel/exception/{SshChannelNotFoundException.java
=> SshChannelInvalidPacketException.java} (73%)
create mode 100644
sshd-sftp/src/test/java/org/apache/sshd/sftp/server/HandleTest.java