Skip to content

Commit

Permalink
whad
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Oct 7, 2023
1 parent 90507a5 commit 5000ce4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public QueryStatus query(QueryRequest queryRequest, @Context SecurityContext con
chainRequest.setResourceUUID(UUID.fromString(properties.getTargetResourceId()));
chainRequest.setCommonAreaUUID(queryRequest.getCommonAreaUUID());
chainRequest.setInstitutionOfOrigin(context.getUserPrincipal().getName());
logger.info("Context: {}", context.getUserPrincipal());

String payload = objectMapper.writeValueAsString(chainRequest);
HttpResponse response = httpClient.retrievePostResponse(
Expand Down

0 comments on commit 5000ce4

Please sign in to comment.