You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2007/11/27 20:42:43 UTC

[jira] Created: (SLING-113) Script resolution should consider partial selector string

Script resolution should consider partial selector string
---------------------------------------------------------

                 Key: SLING-113
                 URL: https://issues.apache.org/jira/browse/SLING-113
             Project: Sling
          Issue Type: Improvement
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: 2.0.0


Currently the Sling DefaultSlingScriptResolver class only considers the full selector string (if one is available) for finding a script. Actually, it should gradually cut off elements from the selector string until a script is found or the complete selector string has been cut off.

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


[jira] Closed: (SLING-113) Script resolution should consider partial selector string

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

Felix Meschberger closed SLING-113.
-----------------------------------

    Resolution: Fixed

Implemented in Rev. 598744.

Additionaly using the method name instead of the extension for GET requests if there is no extension.

> Script resolution should consider partial selector string
> ---------------------------------------------------------
>
>                 Key: SLING-113
>                 URL: https://issues.apache.org/jira/browse/SLING-113
>             Project: Sling
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>
> Currently the Sling DefaultSlingScriptResolver class only considers the full selector string (if one is available) for finding a script. Actually, it should gradually cut off elements from the selector string until a script is found or the complete selector string has been cut off.

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


[jira] Updated: (SLING-113) Script resolution should consider partial selector string

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

Felix Meschberger updated SLING-113:
------------------------------------

    Component/s: Core

> Script resolution should consider partial selector string
> ---------------------------------------------------------
>
>                 Key: SLING-113
>                 URL: https://issues.apache.org/jira/browse/SLING-113
>             Project: Sling
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>
> Currently the Sling DefaultSlingScriptResolver class only considers the full selector string (if one is available) for finding a script. Actually, it should gradually cut off elements from the selector string until a script is found or the complete selector string has been cut off.

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