Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.1
-
None
-
None
Description
Currently, Dispatcher allows ConfigurationManager to be set through a
setter method, however a new ConfigurationManager is being created when
Dispatcher constructor is called, resulting in the the setter method
being functionless.
I think we should not make init() method private, maybe public. When
FilterDispatcher creates an instance of Dispatcher, it needs to
explicitely called init method on Dispatcher to initialize it.