Hi,
I've got a servlet that returns an XML in response. Have control over registering servlet as path or resource based.
Now when I hit a custom URL like "www.sitename.com/abc/releases/result.xml"(not an existing page), the servlet should trigger and dump the XML response.
Approach 1: Use the logic of AEM sitemap.xml and achieve this with custom etc resource mapping and URL rewrite.
Any other best approaches?
Thanks.