You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2009/06/24 15:05:07 UTC

[jira] Created: (SLING-1022) Make script resolution cacheable

Make script resolution cacheable
--------------------------------

                 Key: SLING-1022
                 URL: https://issues.apache.org/jira/browse/SLING-1022
             Project: Sling
          Issue Type: Improvement
          Components: Servlets Resolver
    Affects Versions:  Servlets Resolver 2.0.6
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Servlets Resolver 2.0.8


The ResourceCollector object needs to be enhanced in order to use it as a key for caching the script resolution. Besides the extension, selectors etc. it should contain the resource type and resource super type.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SLING-1022) Make script resolution cacheable

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

Carsten Ziegeler closed SLING-1022.
-----------------------------------

    Resolution: Fixed

The resource collector now contains all relevant information and implements equals() and hashCode()

> Make script resolution cacheable
> --------------------------------
>
>                 Key: SLING-1022
>                 URL: https://issues.apache.org/jira/browse/SLING-1022
>             Project: Sling
>          Issue Type: Improvement
>          Components: Servlets Resolver
>    Affects Versions:  Servlets Resolver 2.0.6
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Servlets Resolver 2.0.8
>
>
> The ResourceCollector object needs to be enhanced in order to use it as a key for caching the script resolution. Besides the extension, selectors etc. it should contain the resource type and resource super type.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.