Using tomcat v5.0.16. I have files with a certain extension that gets served as html. I wan't them served as binary so I've added to web.xml:
<mime-mapping>
<extension>apt</extension>
<mime-type>application/octet-stream</mime-type>
</mime-mapping>
However they still show...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.