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
b2c415a9e6
commit
fafcc68423
@ -83,7 +83,7 @@ public class IndegoController {
|
|||||||
public IndegoController(HttpClient httpClient, OAuthClientService oAuthClientService) {
|
public IndegoController(HttpClient httpClient, OAuthClientService oAuthClientService) {
|
||||||
this.httpClient = httpClient;
|
this.httpClient = httpClient;
|
||||||
this.oAuthClientService = oAuthClientService;
|
this.oAuthClientService = oAuthClientService;
|
||||||
userAgent = "openHAB " + FrameworkUtil.getBundle(this.getClass()).getVersion().toString();
|
userAgent = "openHAB/" + FrameworkUtil.getBundle(this.getClass()).getVersion().toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user