You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2019/04/12 11:19:00 UTC

[jira] [Created] (DIRMINA-1104) IoBufferHexDumper.getHexdump(IoBuffer in, int lengthLimit) does not truncate the output

Emmanuel Lecharny created DIRMINA-1104:
------------------------------------------

             Summary: IoBufferHexDumper.getHexdump(IoBuffer in, int lengthLimit) does not truncate the output
                 Key: DIRMINA-1104
                 URL: https://issues.apache.org/jira/browse/DIRMINA-1104
             Project: MINA
          Issue Type: Bug
    Affects Versions: 2.1.0, 2.0.21
            Reporter: Emmanuel Lecharny


When the {{lengthLimit}} is below the {{IoBuffer}} limit, the resulting dump should be truncated. It's not. Instead, "..." are appended at the end of the resulting String. I suspect that those "..." are supposed to be added when the result is *really* truncated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)