From: Jacob Laursen Date: Mon, 1 May 2023 17:04:46 +0000 (+0200) Subject: Fix compliance with RFC 9110 section 10.1.5 (#14891) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=fafcc68423fdd67f29a8efe50fe07b360fc9ef7e;p=openhab-addons.git Fix compliance with RFC 9110 section 10.1.5 (#14891) Signed-off-by: Jacob Laursen --- diff --git a/bundles/org.openhab.binding.boschindego/src/main/java/org/openhab/binding/boschindego/internal/IndegoController.java b/bundles/org.openhab.binding.boschindego/src/main/java/org/openhab/binding/boschindego/internal/IndegoController.java index cf6da6fa16..5cd191307b 100644 --- a/bundles/org.openhab.binding.boschindego/src/main/java/org/openhab/binding/boschindego/internal/IndegoController.java +++ b/bundles/org.openhab.binding.boschindego/src/main/java/org/openhab/binding/boschindego/internal/IndegoController.java @@ -83,7 +83,7 @@ public class IndegoController { public IndegoController(HttpClient httpClient, OAuthClientService oAuthClientService) { this.httpClient = httpClient; this.oAuthClientService = oAuthClientService; - userAgent = "openHAB " + FrameworkUtil.getBundle(this.getClass()).getVersion().toString(); + userAgent = "openHAB/" + FrameworkUtil.getBundle(this.getClass()).getVersion().toString(); } /**