[ https://issues.apache.org/jira/browse/DIRMINA-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raphaël P. Barazzutti updated DIRMINA-946:
------------------------------------------
Affects Version/s: 3.0.0-trunk
> ByteBufferDumper fails to dump ByteBuffers that are not backed by an array or that are
readonly
> -----------------------------------------------------------------------------------------------
>
> Key: DIRMINA-946
> URL: https://issues.apache.org/jira/browse/DIRMINA-946
> Project: MINA
> Issue Type: Bug
> Components: Core
> Affects Versions: 3.0.0-trunk
> Reporter: Raphaël P. Barazzutti
>
> ByteBufferDumper does a call to array() of the ByteBuffer, it throws an exception if
that last one isn't read/write and backed by an array.
> fix available here:
> https://github.com/rbarazzutti/mina/tree/bufferdumper-fix
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|