Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk Export Content-Location does not respect fixed base URL #4670

Closed
samguntersmilecdr opened this issue Mar 22, 2023 · 1 comment · Fixed by #4672
Closed

Bulk Export Content-Location does not respect fixed base URL #4670

samguntersmilecdr opened this issue Mar 22, 2023 · 1 comment · Fixed by #4672
Assignees

Comments

@samguntersmilecdr
Copy link
Contributor

samguntersmilecdr commented Mar 22, 2023

NOTE: Before filing a ticket, please see the following URL:
https://github.com/hapifhir/hapi-fhir/wiki/Getting-Help

Describe the bug
The Content-Location header of the bulk export response does not respect a fixed base URL, instead using the default base url.

To Reproduce
Steps to reproduce the behavior:

  1. Configure module.fhir_endpoint.config.base_url.fixed = https://apis.example.org/fhirBaseUrl
  2. Trigger a bulk export
  3. Inspect Content-Location header value

Content-Location value does NOT have the base_url.fixed value

Expected behavior
Content-Location value has a base url value equal to the {{base_url.fixed}} value

@samguntersmilecdr
Copy link
Contributor Author

This will reverse the changes that were made in #3956

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant