Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
http.jetty-4.0.6, http.base-4.0.4, http.bridge-4.0.4
-
None
Description
The HttpServiceController does in the register method start the httpServiceFactory and then the whiteboardManager. In the unregister method, it does stop the httpServiceFactory and then the whiteboardManager. That creates a problem as the whiteboardManager needs a started httpServiceFactory when services come in.
The fix should be simple, we should stop the whiteboardManager before we stop the httpServiceFactory.