Skip to content

Commit 9678534

Browse files
committed
FELIX-5995: stop the whiteboardManager before the httpServiceFactory to avouid race conditions
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1848078 13f79535-47bb-0310-9956-ffa450edef68
1 parent 010e7fd commit 9678534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http/base/src/main/java/org/apache/felix/http/base/internal/HttpServiceController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ public void unregister()
131131
{
132132
this.dispatcher.setWhiteboardManager(null);
133133

134-
this.httpServiceFactory.stop();
135134
this.whiteboardManager.stop();
135+
this.httpServiceFactory.stop();
136136

137137
this.registry.shutdown();
138138
this.httpSessionListener = null;

0 commit comments

Comments
 (0)