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
parent 0df4a1b6f9
commit 91450d0708

View File

@ -81,7 +81,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();
}
/**