From 2e70b351a2f752ce29a5c1edcc77db656eadc7a6 Mon Sep 17 00:00:00 2001 From: samguntersmilecdr <123124187+samguntersmilecdr@users.noreply.github.com> Date: Tue, 28 Mar 2023 15:52:05 -0400 Subject: [PATCH] tests + change + changelog (#4672) --- .../6_6_0/4670-content-location-use-fixed-base-url.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/6_6_0/4670-content-location-use-fixed-base-url.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/6_6_0/4670-content-location-use-fixed-base-url.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/6_6_0/4670-content-location-use-fixed-base-url.yaml new file mode 100644 index 00000000000..675baed230f --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/6_6_0/4670-content-location-use-fixed-base-url.yaml @@ -0,0 +1,6 @@ +--- +type: fix +issue: 4670 +jira: SMILE-5587 +title: "Previously, the $export response Content-Location header would not use a fixed base URL. +Now, the URLs that are returned will respect the `Fixed Value for Endpoint Base URL`."