From 15479ca46851e6dc815db45b05e40a440f5453f1 Mon Sep 17 00:00:00 2001 From: idfx Date: Thu, 18 Sep 2003 21:43:46 +0000 Subject: [PATCH] message-admin complete web.xml parses without errors --- etc/struts-config-admin.xml | 100 +++++++++++++++++++++++++++++++++++++++++++- etc/web.xml | 56 ++++++++++++++++--------- 2 files changed, 134 insertions(+), 22 deletions(-) diff --git a/etc/struts-config-admin.xml b/etc/struts-config-admin.xml index 426513e3..fe6fa384 100755 --- a/etc/struts-config-admin.xml +++ b/etc/struts-config-admin.xml @@ -11,6 +11,24 @@ + + + + + + + + + + + + + + + + + + @@ -23,11 +41,40 @@ path="index.do" redirect="true" contextRelative="false" /> + + + + + + + + + path="/index.shtml"/> + + path="/messagelist.shtml"/> + + + + + + + + + + + + + + + + + + diff --git a/etc/web.xml b/etc/web.xml index b028d4ff..ab001f71 100755 --- a/etc/web.xml +++ b/etc/web.xml @@ -6,6 +6,37 @@ Mir CMS + + + caching + mir.core.ui.filter.CachingFilter + + + + authentication + mir.core.ui.filter.AuthenticationFilter + + + + caching + action + + + + caching + presentation + + + + authentication + action + + + + authentication + presentation + + Mir Mir @@ -72,26 +103,7 @@ OpenMir /servlet/OpenMir - - - authentication - mir.core.ui.filter.AuthenticationFilter - - - - authentication - presentation - - - - authentication - action - - - - index.shtml - - + mp3 @@ -156,4 +168,8 @@ application/pdf + + + index.html + \ No newline at end of file -- 2.11.0