Skip to content

Commit

Permalink
FELIX-5995: stop the whiteboardManager before the httpServiceFactory …
Browse files Browse the repository at this point in the history
…to avouid race conditions

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1848078 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
karlpauls committed Dec 3, 2018
1 parent 010e7fd commit 9678534
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ public void unregister()
{
this.dispatcher.setWhiteboardManager(null);

this.httpServiceFactory.stop();
this.whiteboardManager.stop();
this.httpServiceFactory.stop();

this.registry.shutdown();
this.httpSessionListener = null;
Expand Down

0 comments on commit 9678534

Please sign in to comment.