You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Formerly a curl http://myregistr/myregister?_format=xxx would return data follow the selected format include ttl, rdf and jsonld.
In current registry-core this will always return text/csv independent of _format argument.
Underlying case is that the JAX-RS routing is no longer calling the defaultRead endpoint (which has not explicit @Produces) and instead picking one of the typed endpoints. Not clear why this is happening now, the JAX-RS version and implementation has not changed for many years.