3.1.4 Ensure the Servlet - Servlet is Disabled
This topic provides information on ensure the servlet - servlet is disabled.
Oracle FLEXCUBE Investor Servicing does not use the ServletServlet to create default mappings for servlets. All servlets are directly mapped to the required URLs.
Ensure that the following code snippet (or a similar one that uses the weblogic.servlet.ServletServlet) does not exist in the web.xml of the Oracle FLEXCUBE Investor Servicing web application.
<servlet>
<servlet-name>ServletServlet</servlet-name>
<servlet-class>weblogic.servlet.ServletServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>ServletServlet</servlet-name>
<url-pattern>/myservlet/*</url-pattern>
</servlet-mapping>