Skip to content

Commit

Permalink
Fix compliance with RFC 9110 section 10.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Laursen <[email protected]>
  • Loading branch information
jlaur committed May 19, 2023
1 parent 9759f64 commit 8dc2569
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public class ApiController {
public ApiController(HttpClient httpClient, TimeZoneProvider timeZoneProvider) {
this.httpClient = httpClient;
this.timeZoneProvider = timeZoneProvider;
userAgent = "openHAB " + FrameworkUtil.getBundle(this.getClass()).getVersion().toString();
userAgent = "openHAB/" + FrameworkUtil.getBundle(this.getClass()).getVersion().toString();
}

/**
Expand Down

0 comments on commit 8dc2569

Please sign in to comment.