Recently we have installed AEM 6.5 SP8 for 2 authors and 3 publishers.
All the other aem instances are going well so far apart from one publisher instance.
The publisher redirects whenever we access the assets under /content/dam/. In this case, I tested on publisher itself via ip so no dispatcher gets involved. I check whether any /etc/map gets set up with any redirection rule but nothing apart from page redirection(I tried removing this mappings also but no luck). I even restarted the publisher instance. But I couldn't see any change. Can anyone advise me on anything else I should check? Or may I know if there is anyone encountering the similar issue with me?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Inzali ,
Since 302 is temporary redirect, have you written any custom rewriter (you must find a configuration under your project something like /apps/myproject/config/rewriter) and transformer and may be have enabled it for specific run-modes. Because this can be another way to have redirects other than etc/map and 'Apache Sling Resource Resolver Factory'.
Please check the video for the above explanation
https://www.youtube.com/watch?v=0fM2vUEj2bA
https://www.youtube.com/watch?v=0fM2vUEj2bA
https://github.com/riteshmittal/link-transformer/blob/main/TransformerDemo.java
Hi @Inzali
Below are the steps I will follow to debug the issue.
Thanks!
Thanks much for your comment! I have checked the etc/maps. Since we are using the same map setting across all the publisher instances, I don't think it might be the cause. But I still have to check the runmode and osgi resolver config thoroughly where the cause might exist. Much appreciated!
Hi @Inzali ,
Since 302 is temporary redirect, have you written any custom rewriter (you must find a configuration under your project something like /apps/myproject/config/rewriter) and transformer and may be have enabled it for specific run-modes. Because this can be another way to have redirects other than etc/map and 'Apache Sling Resource Resolver Factory'.
Please check the video for the above explanation
https://www.youtube.com/watch?v=0fM2vUEj2bA
https://www.youtube.com/watch?v=0fM2vUEj2bA
https://github.com/riteshmittal/link-transformer/blob/main/TransformerDemo.java
Views
Likes
Replies
Views
Likes
Replies