childrenlist sending successful response
I am facing issues for some of the URLs which have 'childrenlist' as a keyword in the URL. For example, if I try accessing https://www.example.com/sdfsdf.childrenlist.html URL, it shows as below for the request. However, there are no such pages available for such request.
I have some rules set in dispatcher to redirect to 404 page when a page is not available. Some other pages like https://www.example.com/childrenlist.sdfsdf.html is working fine and getting redirected to 404 page. Is it a known issue in AEM? Additionally https://www.example.com/sdfsdf.sdfsdf.childrenlist.html shows 404 page but https://www.example.com/sdfsdf.childrenlist.sdfsdf.html will render same page with 'sdfsdf.childrenlist.sdfsdf.html' URL as shown in the above image. If AEM uses 'childrenlist' for backend processes and it is reserved keyword then can I stop requests coming from dispatcher and redirect to 404 or can it cause any issues? Also, if yes, which are the other keywords that should be taken care of?
