etc/map .html issue
Hi All,
Etc/map rules only works when we add .html at the end of each url. Without .html, It does not map to appropriate url.
Below is etc/map :

Now, when we access http://localhost:4502/content/we-retail/language-masters/en/experience/arctic-surfing-in-lofoten.html?wcmmode=disabled
Links are properly resolved like below:

PROBLEM:
When we remove .html from HTML files, It does not map to proper url as below:

However,Through resource resolver It resolves in both the cases:
1) With .html:

2)Without .html

Regards,
AP