In an existing java web app hosted on a Tomcat 6 server, I noticed that all URLs finishing with some specific extensions like .png
or .gif
are served statically whereas if I replace the extension by something more exotic like .eot
then it gets handled by a servlet.
Where is this list of file extensions configured? I checked in web.xml
and server.xml
but did not find any mention to png
or gif
.