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.
The text was updated successfully, but these errors were encountered:
der
changed the title
Explicit format selection files in the absence of Accept headers
Explicit format selection fails in the absence of Accept headers
Oct 12, 2023
Formerly a
curl http://myregistr/myregister?_format=xxx
would return data follow the selected format includettl
,rdf
andjsonld
.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.The text was updated successfully, but these errors were encountered: