Revisions and Commits
Revisions and Commits
Event Timeline
Comment Actions
While working on improving the performance of the deposits admin view, I also noticed the metadata provenance URL was still not displayed while it is well present in the metadata received from HAL (see for instance meta deposit 1056 on https://webapp.staging.swh.network/admin/deposit/).
After some analysis, I found out that the XMNLS URL for schema.org use the HTTPS protocol in HAL metadata while swh-deposit metadata provenance parsing code expects it to be HTTP.
According to the official schema.org FAQ, HTTPS should be preferred so the issue is on our side.
So we should use the HTTPS URL of schema.org instead to fix the metadata provenance URL extraction.