diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/SmartHomeHttpContext.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/SmartHomeHttpContext.java index 50425a256..f04770544 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/SmartHomeHttpContext.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/SmartHomeHttpContext.java @@ -42,7 +42,8 @@ import org.osgi.service.http.HttpContext; * * @author Ɓukasz Dywicki - Initial contribution */ -@Component(service = { HttpContext.class, WrappingHttpContext.class }) +@Component(service = { HttpContext.class, WrappingHttpContext.class }, property = { + "httpContext.id:String=oh-dfl-http-ctx" }) public class SmartHomeHttpContext implements WrappingHttpContext { /**