Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-M1, 2.0.0-M2
-
None
-
related to issue ASYNCWEB-11
Description
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.
due to current SVN fubar state, here a patch to apply to mina trunk core component