Karl Pauls created FELIX-5995:
---------------------------------
Summary: HttpService HttpServiceController should stop
whiteboardManager before httpServicefactory
Key: FELIX-5995
URL: https://issues.apache.org/jira/browse/FELIX-5995
Project: Felix
Issue Type: Bug
Components: HTTP Service
Affects Versions: http.base-4.0.4, http.jetty-4.0.6
Reporter: Karl Pauls
Assignee: Karl Pauls
Fix For: http.base-4.0.6, http.jetty-4.0.8
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)