Hi Kautuk, It's still not very clear to me how to configure correctly everything for the "double" cdn pointing at the same publish instance.I'll try also with the cdn yaml configuration file but it's still a bit confused. I have to do some tests.Thank you anyway. Guglielmo
Hi all, I'm asking about this particular situation because I want to configure the Adobe Fastly CDN using a subdomain like dam.site.com for an existent website that is accessed through a custom (Imperva) CDN (www.site.com for the example).The goal would be to access all the media in the dam through...
Hi, thank you for your suggestions but I've already tried to add those configurations with uppercase/lowercase and tried also other combinations. None of them had success
Hi everyone, I have a website in AEM Cloud, with custom CDN Imperva (that should be forwarding the header, since is exposing it also in the response section) and my goal is to redirect users based on their country, to the correct site.Here is what I've done:Added "X-Aem-Client-Country" both in the c...
Hi Narendra, thank you for your solution, but the users already thought about this and they wanted to mantain the main folder structure when sharing. They tried and saw that sharing only the subfolder does not show the parent folder in the file system of the brand portal.I asked if there was another...
Hello, we have a case where some users want to share one folder with a group, within the Brand Portal.They want to share this folder but not one of the subfolders. Folder "Container" (Shared with group "A")Subfolder "First folder" (Inherits sharing with group "A")Subfolder "To hide" (They want to hi...
Hi, anyone has an idea of why this is happening ? Could it be the externalizer inside the custom sitemap generator?
We are stuck with this problem and the only solution that we could think of is to write a custom sitemap xml servlet.
But we would really like to use the ootb functionality for sitem...
Hi Harishv31,
I had already found that article and I double checked now. I think I've followed all the guidelines correctly. It is really strange how the path gets created like us-sitemap.xml, under the var folder.
Thanks anyway
Hello everyone,
I have a problem with the creation of sitemaps via scheduler with custom generator, in aem. Locally, as well as in the various cloud environments where the project is deployed (dev, stage, prod), this situation occurs:
The generator is called correctly, but when I try to open e.g...
Hi @SantoshSai , thank you, I've tried this way extending the ProductList model successfully but the query is executed inside the SearchResultsServiceImpl class that is in fact a Service, so I would have to override the whole "performQuery" method.Instead I've found this project https://github.com/a...