Skip to content

Commit

Permalink
Fix compliance with RFC 9110 section 10.1.5 (openhab#14891)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Signed-off-by: Thomas Burri <thomas.burri@alstomgroup.com>
  • Loading branch information
jlaur authored and tburri-alstom committed Jun 19, 2023
1 parent e350864 commit 13d982d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

/**
Expand Down

0 comments on commit 13d982d

Please sign in to comment.