ConsumeToEndOfSessionDecodingState not finish decode if the buffer is empty
---------------------------------------------------------------------------
Key: DIRMINA-579
URL: https://issues.apache.org/jira/browse/DIRMINA-579
Project: MINA
Issue Type: Bug
Components: Filter
Affects Versions: 2.0.0-M1, 2.0.0-M2
Environment: related to issue ASYNCWEB-11
Reporter: Julien Vermillard
Assignee: Julien Vermillard
Fix For: 2.0.0-M2
ConsumeToEndOfSessionDecodingState wont finish decoding if no data was gathered
and the internal buffer is null (will produce a NPE exception while
finishDecode(PrococolDecoderOutput ..) and the NPE will be ignored by
DecodingStateMachine finishDecode(PrococolDecoderOutput ..).
First : fix the ConsumeToEndOfSessionDecodingState behaviour
Second : investigate why DecodingStateMachine is shallowing important
exceptions.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.