Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
After introducing the NioLMTPServer I noticed that SpringProtocolHandlerChain does not load the currect handlers for NioSMTPServer anymore. This is caused because NioLMTPServer reuse many classes for NioSMTPServer and SpringProcolHandlerChain will only use the classname to detect the right Bean to return.
We need to make sure that the same classes could be reused b different SpringProtocolHandlerChain instances