[
https://issues.apache.org/jira/browse/SSHD-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Tucker updated SSHD-375:
-----------------------------
Description:
if you make a call to the write() method with a number bigger than
Buffer.MAX_LEN, Buffer.getBytes() will throw an IllegalStateException.
TO DO: investigate further usages of Buffer#getString and Buffer#getBytes and
see if any of this bug manifests itself elsewhere
was:
if you make a call to the write() method with a number bigger than
Buffer.MAX_LEN, Buffer.getBytes() will throw an IllegalArgumentException.
I'll shortly edit this JIRA with a .patch file that implements a fix for this -
an internal "chunking" method in the write() call - and new tests for this
functionality.
> Buffer.MAX_LEN and DefaultSftpClient#write() don't play well t
> --------------------------------------------------------------
>
> Key: SSHD-375
> URL: https://issues.apache.org/jira/browse/SSHD-375
> Project: MINA SSHD
> Issue Type: Bug
> Affects Versions: 0.13.0
> Reporter: Doug Tucker
> Attachments:
> 0001-SSHD-375-implement-internal-chunking-in-DefaultSftpC.patch
>
>
> if you make a call to the write() method with a number bigger than
> Buffer.MAX_LEN, Buffer.getBytes() will throw an IllegalStateException.
> TO DO: investigate further usages of Buffer#getString and Buffer#getBytes and
> see if any of this bug manifests itself elsewhere
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)