AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
485 stars 122 forks source link

Make sure Graph Store Protocol PATCH only affects one graph #127

Closed namedgraph closed 2 years ago

namedgraph commented 2 years ago

The optional GSP PATCH method is implemented in GraphStoreImpl::patch. However it doesn't currently check whether the SPARQL update affects only the specified named graph. Possible approaches: https://lists.apache.org/thread/1n1vhyxbkplyr0rbdhz9s2z1kcpfckcp

namedgraph commented 2 years ago

Addressed in GraphStoreImpl::patch using PatchUpdateVisitor