Fix compliance with RFC 9110 section 10.1.5 (#14891)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen
2023-05-01 19:04:46 +02:00
committed by GitHub
parent b2c415a9e6
commit fafcc68423

View 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();
}
/**