Content-Disposition Header
I have some html stored under /etc/library/module/
when I access these files on AEM 6.2 directly on Server i.e. https://localhost:4502/etc/library/module/module.html
It download's the file instead of opening it in the browser.
Looked at the response header it shows Content-Disposition : attachment.
In 6.0 we have com.day.cq.dam.core.impl.servlet.SafeBinaryGetServlet to control this header.
However in 6.2 this component seems to have deprecated.
Can anyone help me to understand how this content-disposition header be controlled in AEM 6.2?