I have a Jackrabbit WebDAV server running in Tomcat and I want to know how ETag header value is generated. What class is producing it?
How it can be generated using Java based on initial file and it path in Jackrabbit repository?
The intended flow:
I believe the server will use the jcr:etag property (https://docs.adobe.com/content/docs/en/spec/jcr/2.0/3_Repository_Model.html#3.7.12.1%20mix:etag), otherwise will try to generate something based on timestamp and file length.