You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2007/10/22 16:40:50 UTC

[jira] Created: (SLING-76) Add ResourceMetadata to microsling

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.


[jira] Resolved: (SLING-76) Add ResourceMetadata to microsling

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz resolved SLING-76.
--------------------------------------

    Resolution: Fixed

Implemented in revision 587123

> 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.