projects
/
securityfilter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
175f9b5
)
corrected welcome-file
author
maxcooper
<maxcooper>
Thu, 27 Mar 2003 13:31:50 +0000
(13:31 +0000)
committer
maxcooper
<maxcooper>
Thu, 27 Mar 2003 13:31:50 +0000
(13:31 +0000)
was: /index.jsp
now: index.jsp
web/share/WEB-INF/web.xml
patch
|
blob
|
history
diff --git
a/web/share/WEB-INF/web.xml
b/web/share/WEB-INF/web.xml
index
286764e
..
a810a78
100644
(file)
--- a/
web/share/WEB-INF/web.xml
+++ b/
web/share/WEB-INF/web.xml
@@
-52,7
+52,7
@@
</session-config>
<welcome-file-list>
- <welcome-file>
/
index.jsp</welcome-file>
+ <welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<!-- SecurityFilter works with custom error pages -->