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 2007/10/22 10:28:50 UTC

[jira] Created: (SLING-74) Extension and selector information get lost for includes

Extension and selector information get lost for includes
--------------------------------------------------------

                 Key: SLING-74
                 URL: https://issues.apache.org/jira/browse/SLING-74
             Project: Sling
          Issue Type: Bug
          Components: Core
            Reporter: Carsten Ziegeler


If a request uri has a selector and/or extension and performs includes (through the dispatcher), the request uri of the included request does not contain the selector and extension information of the original request.

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


[jira] Closed: (SLING-74) Extension and selector information get lost for includes

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

Carsten Ziegeler closed SLING-74.
---------------------------------


Works perfect :)

Thanks!

> Extension and selector information get lost for includes
> --------------------------------------------------------
>
>                 Key: SLING-74
>                 URL: https://issues.apache.org/jira/browse/SLING-74
>             Project: Sling
>          Issue Type: Bug
>          Components: Core
>            Reporter: Carsten Ziegeler
>            Assignee: Felix Meschberger
>
> If a request uri has a selector and/or extension and performs includes (through the dispatcher), the request uri of the included request does not contain the selector and extension information of the original request.

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


[jira] Resolved: (SLING-74) Extension and selector information get lost for includes

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

Felix Meschberger resolved SLING-74.
------------------------------------

    Resolution: Fixed

Modified RequestData.pushContent() in Rev. 587879 such that the actual ResolvedURL use is a mix of the parent's component resolved URL (selectors, extension, suffix) if the given ResolvedURL has no extension.

Please close this issue if this solves your problem. Thanks

> Extension and selector information get lost for includes
> --------------------------------------------------------
>
>                 Key: SLING-74
>                 URL: https://issues.apache.org/jira/browse/SLING-74
>             Project: Sling
>          Issue Type: Bug
>          Components: Core
>            Reporter: Carsten Ziegeler
>            Assignee: Felix Meschberger
>
> If a request uri has a selector and/or extension and performs includes (through the dispatcher), the request uri of the included request does not contain the selector and extension information of the original request.

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


[jira] Commented: (SLING-74) Extension and selector information get lost for includes

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

Felix Meschberger commented on SLING-74:
----------------------------------------

The issue is, that the selectors, extension and suffix are created from the content included. If such content has none, there are no selectors, extension and suffix anymore.

Probably, request inclusion should inherit the selectors, extension and suffix from the including Component if none has been explicitly defined on inclusion.

> Extension and selector information get lost for includes
> --------------------------------------------------------
>
>                 Key: SLING-74
>                 URL: https://issues.apache.org/jira/browse/SLING-74
>             Project: Sling
>          Issue Type: Bug
>          Components: Core
>            Reporter: Carsten Ziegeler
>            Assignee: Felix Meschberger
>
> If a request uri has a selector and/or extension and performs includes (through the dispatcher), the request uri of the included request does not contain the selector and extension information of the original request.

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


[jira] Assigned: (SLING-74) Extension and selector information get lost for includes

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

Felix Meschberger reassigned SLING-74:
--------------------------------------

    Assignee: Felix Meschberger

> Extension and selector information get lost for includes
> --------------------------------------------------------
>
>                 Key: SLING-74
>                 URL: https://issues.apache.org/jira/browse/SLING-74
>             Project: Sling
>          Issue Type: Bug
>          Components: Core
>            Reporter: Carsten Ziegeler
>            Assignee: Felix Meschberger
>
> If a request uri has a selector and/or extension and performs includes (through the dispatcher), the request uri of the included request does not contain the selector and extension information of the original request.

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