How to avoid list files under jsp directory on Tomcat 3.x?
Created May 7, 2012
Brian Glodde
Additional infoIn server.xml, add the following deployment descriptor:
How can I configure server.xml and/or web.xml file so that it can prevent user to explore my jsp directory when entering URL like: http://localhost:8080/jsp
<RequestInterceptor className="org.apache.tomcat.request.StaticInterceptor" suppress="true"/>
Note: for Tomcat 4.x, check this faq