Welcome file specified without initial slash

This commit is contained in:
Maxime Sinclair
2011-02-17 14:54:01 +01:00
parent 113545a865
commit ba435be99e

View File

@@ -27,7 +27,7 @@
<url-pattern>/proxy/*</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>/index.jsp</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<error-page>
<exception-type>java.lang.Throwable</exception-type>