AEM has the default functionality to get the RSS feed and atom. I need to overwrite the URL value in the RSS feed. How the default functionality of RSS feed works in AEM and how to overwrite that one.
There are few steps tried which don't work. They are
Trying to overlay the same structure of /libs/fondation/... under the /apps/{project}/... and did custom changes under the /apps files. AEM basically search thing initially in /apps and then /libs.
To cross check the process removed feed.jsp and feedentry.jsp from /libs/foundation/components/page/{file}. After the default RSS feed functionality works fine in my local.
URL to hit the RSS feed in local: http://localhost:{port}/{content path}/{page}.feed.rss.xml
Note: Version of AEM used is 6.4
The expected thing is to overwrite the URL of the RSS feed
Is anyone facing the same issue and the solution for overwriting the URL