Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
http-2.2.0
-
None
Description
The CometdActivator should inherit from AbstractActivator instead of AbstractHttpActivator.
AbstractHttpActivator initialises three objects, the DispatcherServlet, EventDispatcher and HttpServiceController, none of which are used in the cometd implementation. The only service used is the SystemLogger, which is provided by AbstractActivator.