Sling Dynamic Inlude not Rendering Component
Hi all,
I have configured the SDI as per adobe's documentation, but the dynamic component is not rendering. I can see at the cache that the include is there and have made a request to this component thru the dispatcher and it's working.... I believe that the additional request to the component is not being call. Or maybe I'm missing a configuration?
This is my host directory config as per I'm not using virtual hosts
<Directory />
<IfModule disp_apache2.c>
# ModMimeUsePathInfo On
# enable dispatcher for ALL request. if this is too restrictive,
# move it to another location
SetHandler dispatcher-handler
</IfModule>
SetOutputFilter INCLUDES
Options Indexes FollowSymLinks Includes
ModMimeUsePathInfo On
AddOutputFilter INCLUDES .html
Options +includes
# Options FollowSymLinks
AllowOverride None
AddOutputFilterByType INCLUDES text/html
</Directory>
And have created nocache rule and configured the SDI at config manager console.


