Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ETag support #256

Open
dantleech opened this issue Nov 8, 2014 · 0 comments
Open

ETag support #256

dantleech opened this issue Nov 8, 2014 · 0 comments

Comments

@dantleech
Copy link
Contributor

The JCR specification supports an mix:etag mixin.

3.7.12.1 mix:etag

[mix:etag] mixin

  • jcr:etag (STRING) protected autocreated
    A jcr:etag property is an opaque string whose syntax is identical to that defined for entity tags in HTTP/1.1. Semantically, the jcr:etag is comparable to the HTTP/1.1 strong entity tag.
    On creation of a mix:etag node N, or assignment of mix:etag to N, the repository must create a jcr:etag property with an implementation determined value.

We should implement this in the NodeProcessor as a pluggable service with a default implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant