mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
Fix compliance with RFC 9110 section 10.1.5 (#14891)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
0df4a1b6f9
commit
91450d0708
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user