The IoFilter.preAdd method should take an IoSession argument
------------------------------------------------------------
Key: DIRMINA-635
URL: https://issues.apache.org/jira/browse/DIRMINA-635
Project: MINA
Issue Type: Bug
Affects Versions: 2.0.0-M3
Reporter: Emmanuel Lecharny
When injected an ProtocolCodecFilter in a chain when a session is already
created, the encoder and decoder are never injected into the session's
attribute, leading to NPE.
This could be fixed if we create those objects during the preAdd() phase, but
we need to pass the session to this preAdd method. Anyway, it makes sense, as
we may want to update some session's attribute during the addition, just in
case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.