projects
/
securityfilter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd3ce0
)
added display-name tag
author
maxcooper
<maxcooper>
Mon, 5 May 2003 10:03:50 +0000
(10:03 +0000)
committer
maxcooper
<maxcooper>
Mon, 5 May 2003 10:03:50 +0000
(10:03 +0000)
web/blank/WEB-INF/web.xml
patch
|
blob
|
history
web/share/WEB-INF/web.xml
patch
|
blob
|
history
diff --git
a/web/blank/WEB-INF/web.xml
b/web/blank/WEB-INF/web.xml
index
3ef198f
..
976c118
100644
(file)
--- a/
web/blank/WEB-INF/web.xml
+++ b/
web/blank/WEB-INF/web.xml
@@
-6,6
+6,8
@@
<web-app>
+ <display-name>SecurityFilter Blank Application</display-name>
+
<filter>
<filter-name>Security Filter</filter-name>
<filter-class>org.securityfilter.filter.SecurityFilter</filter-class>
diff --git
a/web/share/WEB-INF/web.xml
b/web/share/WEB-INF/web.xml
index
092eab7
..
ac0ada8
100644
(file)
--- a/
web/share/WEB-INF/web.xml
+++ b/
web/share/WEB-INF/web.xml
@@
-6,6
+6,8
@@
<web-app>
+ <display-name>SecurityFilter Example Application</display-name>
+
<filter>
<filter-name>Security Filter</filter-name>
<filter-class>org.securityfilter.filter.SecurityFilter</filter-class>