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

Fix URL Generation #932

Merged
merged 1 commit into from
Mar 8, 2023
Merged

Fix URL Generation #932

merged 1 commit into from
Mar 8, 2023

Conversation

alexanderkiel
Copy link
Member

In #925, I changed the implementation of blaze.handler.fhir.util/type-url, instance-url and versioned-instance-url so that I no longer payed attention to the context path. So URL's generated by that functions missed the context-path.

Also fixed the Bundle.entry.request.url in history bundles.

@alexanderkiel alexanderkiel self-assigned this Mar 7, 2023
@alexanderkiel alexanderkiel added this to the v0.20.1 milestone Mar 7, 2023
@alexanderkiel alexanderkiel force-pushed the fix-location-header branch 2 times, most recently from c387c3c to 7f47142 Compare March 7, 2023 18:49
@codecov
Copy link

codecov bot commented Mar 7, 2023

Codecov Report

Merging #932 (f696f62) into develop (3ee7ba7) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #932      +/-   ##
===========================================
- Coverage    94.04%   94.03%   -0.02%     
===========================================
  Files          240      240              
  Lines        15007    14995      -12     
  Branches       379      380       +1     
===========================================
- Hits         14114    14101      -13     
  Misses         514      514              
- Partials       379      380       +1     
Impacted Files Coverage Δ
...interaction/src/blaze/interaction/history/util.clj 100.00% <100.00%> (ø)
modules/rest-util/src/blaze/handler/fhir/util.clj 100.00% <100.00%> (ø)
...odules/fhir-structure/src/blaze/fhir/spec/type.clj 86.14% <0.00%> (-0.16%) ⬇️

In #925, I changed the implementation of blaze.handler.fhir.util/type-url,
instance-url and versioned-instance-url so that I no longer payed
attention to the context path. So URL's generated by that functions
missed the context-path.

Also fixed the Bundle.entry.request.url in history bundles.
@alexanderkiel alexanderkiel merged commit 28a9198 into develop Mar 8, 2023
@alexanderkiel alexanderkiel deleted the fix-location-header branch March 8, 2023 09:00
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant