highmed / highmed-dsf

HiGHmed Data Sharing Framework funded by the German Federal Ministry of Education and Research (BMBF, grant ids: 01ZZ1802E and 01ZZ1802A)
Apache License 2.0
32 stars 20 forks source link

fixes bad location uri in OperationOutcome after create/update #329

Closed hhund closed 2 years ago

hhund commented 2 years ago

uri.getBaseUriBuilder() only works if there is no reverse proxy involved. Using UriBuilder.fromUri(serverBase) will always work, since serverBase is configured via application property.

fixes #328