Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0-M8
-
None
Description
directoryService.getInterceptors(); // RETURNS NULL prior to service startup
This effects modifying the Interceptors prior to service.startup();
setDefaultInterceptorConfigurations() has been moved to initialize() method. Should be moved to the constructor so that it is easy to configure the interceptor list before starting up.