AEM adding comment block elements in my generated HTML page source
- February 26, 2016
- 3 replies
- 2123 views
Hi guys,
It seems like I can't catch a break with AEM, small things keep creeping up. I am using Google Chrome and I opened the "Inspect Page" tool on a loaded HTML page on my author AEM instance. I found this comment block element inserted near the bottom of the page:(Screenshot attached)
"<!--cq{"decorated":false,"type":"dashboardangular/component/page/index/app/home","path":"/content/dashboardangular/index/app/home/home/jcr:content","selectors":null,"servlet":"Script /apps/dashboardangular/component/page/index/app/home/home.jsp","totalTime":1,"selfTime":1}-->"
I did access this page using a vanity/virtual url I configured within the Sling Resource Resolver Factory bundle if that helps. I don't want to have this block at any point of my code because it exposes my code structure and my source file.
Thanks,
Ali