Skip to content

Commit

Permalink
Fixed loading request headers into site request object
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.0.3
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
computate committed Nov 30, 2023
1 parent 140af3e commit a7fbf2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ protected void _sqlConnection(Wrap<SqlConnection> c) {
* Description: The request headers
*/
protected void _requestHeaders(Wrap<MultiMap> c) {
c.o(Optional.ofNullable(serviceRequest).map(r -> r.getHeaders()).orElse(null));
}

/**
Expand Down

0 comments on commit a7fbf2c

Please sign in to comment.