Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.0-incubating
-
None
Description
The current context admin interface expect the a context URI under http://host/marmotta/context/, so delete operations are not properly send to the web service for custom graph URIs.
Since the web service already implementes indirect graph identification, this is tricial to change in the jquery request,
Right now could be solve, using curl for instance:
curl -X DELETE "http://host/marmotta/context?graph=http://custom.uri.example.org"