Hey, could the Context configuration approach be extended to Graph Store Protocol access? At least for authentication purposes.
I have extended the DatasetGraphAccessorHTTP (it probably comes from Fuseki) to use Context in a similar way I had done with QueryEngineHTTP, which resulted in the JENA-405 fix: https://github.com/Graphity/graphity-ldp/blob/rf-input-mode/src/main/java/org/graphity/update/DatasetGraphAccessorHTTP.java I think this would be a useful feature, as Graph Stores are just as likely to use authentication as SPARQL endpoints. Martynas graphity.org
