Dispatcher caching extra / in html page
Hi All,
Extra "/" is adding in the end of the page like : https://domainname/content/abc/dashboard.html/ and this is cached on dispatcher level because dispatcher is treating dashboard.html page as a directory.
On dispatcher side we can see this url used by some user "dashboard.html/content/dam/abc/us/project-folder/image/common/icon/favicon"
How can we restrict it, so that dispatcher will not treat this page as directory and "/" will not append in the url. Please suggest.
We are using AEM6.4 right now.
Thanks