Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit 88f73aa

Browse files
committed
also set port in URI for verifier requests
1 parent e96ad03 commit 88f73aa

File tree

1 file changed

+1
-0
lines changed
  • ch-covidcertificate-backend-verification-check/ch-covidcertificate-backend-verification-check-ws/src/main/java/ch/admin/bag/covidcertificate/backend/verification/check/ws/verification

1 file changed

+1
-0
lines changed

ch-covidcertificate-backend-verification-check/ch-covidcertificate-backend-verification-check-ws/src/main/java/ch/admin/bag/covidcertificate/backend/verification/check/ws/verification/VerificationService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ private RequestEntity<Void> getRequestEntity(String endpoint, Map<String, String
245245
UriComponentsBuilder.newInstance()
246246
.scheme(uri.getScheme())
247247
.host(uri.getHost())
248+
.port(uri.getPort())
248249
.path(endpoint);
249250
for (var entry : params.entrySet()) {
250251
builder.queryParam(entry.getKey(), entry.getValue());

0 commit comments

Comments
 (0)