Creating of Logistics Object with prefefined ID fails
If the NE:ONE ONE Record server is running behind a load balance, checkIRI in LogisticsObjectService may fail.
The checkIRI function in LogisticsObjectService compares the predefined IRI of a LogisticsObject, e.g. https://1r.example.com/logistics-objects/awb-1234
, with the requestURI which might be http://localhost:8080/logistics-objects
It would be helpful to compare the predefined IRI with the baseUri from IdProvider which is configurable by
lo-id-config.host=1r.example.com
lo-id-config.scheme=https
in the application.properties
Edited by Daniel A. Doeppner