git-to-dbs adds some properties to each named graphs indicating the commit, and the modification date could be added. These properties should be used by the resource/ endpoint, and also the same mechanism could be used for the auth endpoints.
Done as of commit 0702747
Etag are set with gitRevision # for /resource endpoints
Last-Modified is set to the last update time of RdfAuthModel in /auth endpoints
git-to-dbs adds some properties to each named graphs indicating the commit, and the modification date could be added. These properties should be used by the
resource/
endpoint, and also the same mechanism could be used for the auth endpoints.