SpringProtocolHandlerChain does not load handlers correctly when the same 
handler is used for different ProtocolHandlerChain instances
--------------------------------------------------------------------------------------------------------------------------------------

                 Key: JAMES-1044
                 URL: https://issues.apache.org/jira/browse/JAMES-1044
             Project: JAMES Server
          Issue Type: Bug
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 3.0-M1


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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to