Extend JCR based resource resolver to support resolution of UUID URLs
---------------------------------------------------------------------
Key: SLING-598
URL: https://issues.apache.org/jira/browse/SLING-598
Project: Sling
Issue Type: Improvement
Components: JCR Resource
Reporter: Felix Meschberger
Priority: Minor
Consider a node /content/sample, which is mix:referenceable and has UUID
"uuid-0001" (simplified for readability). Currently the node is only accessible
by path, that is for example by requesting http://host/content/sample.html.
It would probably be a nice feature to also be able to access the node by UUID,
that is by requesting the resource something like http://host/uuid-0001.html.
This would require an enhancement of resource resolver to try to access the
node by UUID (Session.getNodeByUUID) in case of not being able to resolve the
path otherwise.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.