Swirrl / datahost-prototypes

Eclipse Public License 1.0
0 stars 0 forks source link

ldapi: redirect to latest rev. when requesting release as text/csv #284

Closed rosado closed 1 year ago

rosado commented 1 year ago

The GET RELEASE endpoint now can return 422 when the release has no revisions (and changes), as there's nothing to redirect to.

Some of the release specific tests were moved to revision test namespace because of that.

Also: since we use the redirect URL, the rdf-base-uri can't be bogus anymore (in test context).

Fixes #264