Raphaël P. Barazzutti created DIRMINA-946:
---------------------------------------------
Summary: 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
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
|