Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicit format selection fails in the absence of Accept headers #189

Open
der opened this issue Oct 12, 2023 · 0 comments
Open

Explicit format selection fails in the absence of Accept headers #189

der opened this issue Oct 12, 2023 · 0 comments
Labels

Comments

@der
Copy link
Contributor

der commented Oct 12, 2023

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.

@der der added the bug label Oct 12, 2023
@der 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant