AtomGraph / Processor

Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
https://hub.docker.com/r/atomgraph/processor/
Apache License 2.0
58 stars 7 forks source link

NotFoundException not mapped properly #6

Closed namedgraph closed 9 years ago

namedgraph commented 9 years ago

Empty RDF result causes NotFoundException - but no matching MessageBodyWriter is found and 500 Internal Server Error is thrown instead. Probably needs to use selectVariant() just like the normal Response does.