Server Side Includes (SDI) Not Working on AEM 6.5.15
Hello, we have a Dev env where after we upgraded from 6.5.4 to 6.5.15, our SSI/SDI includes started failing.
The include is called on the Publisher directly with a suffix of user UUID:
/content/<path to page>/<page>.html/<user UUID> --header "Server-Agent: Communique-Dispatcher"
When include works correctly, the rendered include looks like:
<!-- SDI include (path: /content/<path to component>/_jcr_content/root/responsivegrid/orgchart.nocache.html/<user UUID>, resourceType:, <component resource type>) -->
However, after the upgrade, our SDIs are failing and render as:
<!-- SDI include (path: /content/<path to component>/_jcr_content/root/responsivegrid/orgchart.nocache.html/<component resource type>.html, resourceType:, <component resource type>) -->
Note that instead of having a suffix of the user UUID, the SDI has the <component resource type>.html.
Any ideas about what is going here would be most helpful! TIA!