Add ResourceMetadata to microsling
----------------------------------
Key: SLING-76
URL: https://issues.apache.org/jira/browse/SLING-76
Project: Sling
Issue Type: Improvement
Components: microsling
Reporter: Bertrand Delacretaz
Priority: Minor
Currently the Resource.getURI() method is used to provide the path that was
used to resolve the rsource to the SlingRequestPathInfoParser.
To avoid "overloading the semantics" of this getURI method, I'll add a new
ResourceMetadata class to hold this info (i.e. what part of the request URL was
used to find the Resource) in the Resource.
This ResourceMetadata can also be useful later to store information about
cacheability of the resource, last modification time, etc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.