1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-01 16:10:47 +00:00

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>