From fafcc68423fdd67f29a8efe50fe07b360fc9ef7e Mon Sep 17 00:00:00 2001 From: Jacob Laursen Date: Mon, 1 May 2023 19:04:46 +0200 Subject: [PATCH] Fix compliance with RFC 9110 section 10.1.5 (#14891) Signed-off-by: Jacob Laursen --- .../openhab/binding/boschindego/internal/IndegoController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cf6da6fa165..5cd191307ba 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(); } /**