You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2019/05/10 11:04:00 UTC

[jira] [Resolved] (SLING-8377) Sling Dynamic Include - Does not support empty "include selector" option.

     [ https://issues.apache.org/jira/browse/SLING-8377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Munteanu resolved SLING-8377.
------------------------------------
    Resolution: Fixed

Applied in https://github.com/apache/sling-org-apache-sling-dynamic-include/pull/10, thanks a lot [~briankasingli]!

> Sling Dynamic Include - Does not support empty "include selector" option.
> -------------------------------------------------------------------------
>
>                 Key: SLING-8377
>                 URL: https://issues.apache.org/jira/browse/SLING-8377
>             Project: Sling
>          Issue Type: Bug
>    Affects Versions: Dynamic Include 3.1.2
>            Reporter: Brian Ka Sing Li
>            Assignee: Robert Munteanu
>            Priority: Blocker
>             Fix For: Dynamic Include 3.1.4
>
>         Attachments: UrlBuilder.java, UrlBuilderTest.java
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> After testing out Sling Dynamic Include 3.1.2, it seems like setting an option (include-filter.config.selector) to BLANK is not supported.
> Scenario:
>  AEM 6.4.2, after installing Dynamic Include, I will configure the OSGI configuration. With an option of an input field (include-filter.config.selector) set to blank, my rendered page received a double dot notation. 
> *Actual* (notice the double dot notation) :
> {code:java}
> ${root}/resource/path..html
> {code}
> *Expected :*
> {code:java}
> ${root}/resource/path.html
> {code}
> {color:#ff0000}*Conclusion :*{color}
>  I've created a branch and tried to create a pull request, but I am not authorized to do so. Please see attached files for the solution to this problem. 
>  [^UrlBuilder.java]
>  [^UrlBuilderTest.java]
> I've also included new unit tests Supporting :
> {code:java}
> UnsetRequestPathInfoSelector UnsetIncludeSelector{code}
> {code:java}
> SetRequestPathInfoSelector UnsetIncludeSelector{code}
> {code:java}
> UnsetRequestPathInfoSelector SetIncludeSelector
> {code}
> This feature is a rated high priority because of the rendered URL includes an extra DOT in the Url when a selector is not set; not worth writing a replication agent to append an extra DOT to Dynamic Include resource paths. Currently, we are forced to add a selector for the SDI resources. 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)