Hi, Directory developers, Every handler in the LDAP protocol provider implements LdapMessageHandler. The sole purpose of LdapMessageHandler is to init() the handler with config. Turns out, config is only ever actually used by the SearchHandler. Also, in the new world of MINA, config is typically set in the IoSession as attributes. I suspect this is a relic from before MINA, since you can add config as attributes to the IoSession. Any objections to removing this interface?
Enrique
