Esta regla marca los módulos web <welcome-file> que empiezan por un carácter de barra inclinada (/) o un carácter de barra inclinada invertida (\) en el archivo web.xml.
Un arreglo rápido para esta regla está disponible en el explorador de orígenes. El arreglo rápido elimina la / o la \ del nombre.
Supongamos la siguiente lista de archivos de bienvenida:|
<welcome-file-list> <welcome-file>/index.html</welcome-file> <welcome-file>\index.htm</welcome-file> <welcome-file>index.jsp</welcome-file> <welcome-file>/default.html</welcome-file> <welcome-file>\default.htm</welcome-file> <welcome-file>default.jsp</welcome-file> </welcome-file-list> |
|
<welcome-file-list> <welcome-file>index.html</welcome-file> <welcome-file>index.htm</welcome-file> <welcome-file>index.jsp</welcome-file> <welcome-file>default.html</welcome-file> <welcome-file>default.htm</welcome-file> <welcome-file>default.jsp</welcome-file> </welcome-file-list> |