Hi, Can you elaborate on what you need? You could simply do this by getting the Page's properties, something like this:
Page currentPage = pageManager.getContainedPage(resourceResolver.getResource("/content/mysite/en"));
if (currentPage != null) {
// Get properties
String te...
@AkshaySwamiii As I mentioned in my first reply, you need to extend and create a custom implementation of the sitemap to use a method that accepts a String instead of an Instant object. Please refer to the link I shared. However, the out-of-the-box sitemap uses the recommended time format for sitem...
Hi,
This is an open question, so here are my two cents:
AEM generally addresses typical security issues such as DoS, DDoS, CSRF, XSS, etc., through various built-in configurations. Here are some details:
Cross-Site Scripting (XSS) Protection: AEM mitigates XSS vulnerabilities by filtering all use...
Hi,
Is this AEM on-premise? It sounds like your publishers may be out of sync. Verify that your publishers have installed the same code and content, and then make sure there is no cache issue.
Hope this helps.
Hi,
In theory, I think it is possible by tweaking this script: https://experienceleague.adobe.com/en/docs/analytics/implementation/vars/plugins/getnewrepeat#install-the-plug-in-using-appmeasurement. However, I believe this is done on purpose because the "getNewRepeat" plugin will update the value o...
Hi, Yes, that's expected because the "url.setLastModified()" method expects anInstantobject. In Java, Instant represents a specific point in time in the UTC time scale. It does not retain any format for dates such as "yyyy-MM-dd". Instead, Instant is a precise representation of a moment, with nanose...
Hi, If the URL section is missing, it is most likely because the assets are not in Dynamic Media. Check if the folders where the PDFs are located are correctly syncing with Dynamic Media. You can find more information here: Selective Publishing Management. Then, confirm if those assets were successf...
Hi @HrishikeshDu this seems a duplicated question from this thread: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/build-write-ci-cd-pipeline-for-adobe-cloud-manager/m-p/700359#M173504 . Can you confirm what else is needed in that thread as well as what type of pointers a...