]> git.basschouten.com Git - openhab-addons.git/commitdiff
Fix compliance with RFC 9110 section 10.1.5 (#14891)
authorJacob Laursen <jacob-github@vindvejr.dk>
Mon, 1 May 2023 17:04:46 +0000 (19:04 +0200)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 17:04:46 +0000 (19:04 +0200)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
bundles/org.openhab.binding.boschindego/src/main/java/org/openhab/binding/boschindego/internal/IndegoController.java

index cf6da6fa165731915a3967700d44ca783919a6b1..5cd191307ba7bba2e95f9967b02efe3048b10cbf 100644 (file)
@@ -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();
     }
 
     /**