afs commented on issue #3346: URL: https://github.com/apache/jena/issues/3346#issuecomment-3113911546
What has been removed is one case of `POST /$/datasets`, not the endpoint, not the functionality used by the UI. The UI uses POST of an HTML form, or POSTing and using the query string. These now have a restriction on the `dbName` parameter to being a URI segment (the only place a slash, '/', is allowed is the first character). `POST /$/datasets` with the HTTP body being a Turtle, or other RDF syntax, has been removed. This was not used by the UI. The RDF was a general Fuseki service description including unrestricted use of dataset assemblers. What is your usage of `$/datasets`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
