0 Replies Latest reply on Jun 23, 2008 8:17 PM by clebert.suconic

    FilterChainSupport

    clebert.suconic

      As I'm writing the test to MinaConnector, I got a little problem on testing the coverage of SSL. The class is using FilterchaingSupport which has a few static methods.

      I'm changing that to an interface, (Under remoting.impl.mina, as it doesn't make sense outside of the remoting.impl package), so I'm able to replace the FilterChaingSupport by a mock a validate the behavior.


      I won't commit that till tomorrow.. I just wanted to give a heads up case anyone was messing around MinaConnector.