Dave Vieglais
Dave Vieglais
Here's a couple options: 1. Implement an optional header like `X-Follow-Redirect=False` on the CN side so that a browser client can issue a resolve request without being redirected. It *may*...
for 5. - need to verify none of the existing MN or CN code relies on resolve response in text/xml. Might be better to have a custom content type, e.g....
wrt responding to a custom header, this is where response status code is being set in d1_cn_rest: https://github.com/DataONEorg/d1_cn_rest/blob/0609c11d66605a60a297a2264ae58120c11eb371/src/main/java/org/dataone/cn/rest/v2/ResolveFilter.java#L307
I may have missed it, but is there documentation describing the reasons for dropping RDF support in Kuzudb? My use case involves import / export of fairly simple though moderately...
Thanks for the clarification. Providing RDF support through an extension makes a lot of sense and this change will not significantly impact my development, which is primarily focussed on import...