简体   繁体   中英

Sling Dynamic Include Not Working for Multiple components

I'm configuring SDI OSGi config, referencing - https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/development/set-up-sling-dynamic-include.html?lang=en

The issue I'm facing is that:

If I set Only 1 resource type in the config property -

include-filter.config.resource-types="[my-app/components/content/highly-dynamic]" - it works.

But if I set more than 1 resource type in the config property -

include-filter.config.resource-types="[my-app/components/content/highly-dynamic, my-app/components/content/highly-dynamic2,my-app/components/content/highly-dynamic3]" - SDI works for only first entry(my-app/components/content/highly-dynamic) and not the others.

So if I reverse the sequence,

include-filter.config.resource-types="[my-app/components/content/highly-dynamic3, my-app/components/content/highly-dynamic2,my-app/components/content/highly-dynamic]" - SDI still works for only first entry(my-app/components/content/highly-dynamic3) and not the others.

您的问题听起来与影响当前版本 3.2.0 的https://issues.apache.org/jira/browse/SLING-10289有关。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM