aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-04-03 10:05:38 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-04-03 10:05:38 +0200
commit80580d72ba7f5af54b77ef1b47c42005e0b5ded8 (patch)
tree67ac78fdc9a546f721a813727c384eb713bb773a /id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
parent38f6c7b91e28ed17078812448b8a0b5a37c29321 (diff)
downloadmoa-id-spss-80580d72ba7f5af54b77ef1b47c42005e0b5ded8.tar.gz
moa-id-spss-80580d72ba7f5af54b77ef1b47c42005e0b5ded8.tar.bz2
moa-id-spss-80580d72ba7f5af54b77ef1b47c42005e0b5ded8.zip
refactor Struts action classes
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml b/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
index a1d95b897..3919d3ff3 100644
--- a/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
+++ b/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
@@ -24,7 +24,7 @@
</init-param>
<init-param>
<param-name>allowed</param-name>
- <param-value>^.*((/index.action.*)|(/error.action.*)|(/changeLanguage.action.*)|(/authenticate.action.*)|(/pvp2login.action.*)|(/mailAddressVerification.action.*)|(/logout.action)|(/jsp/.*)|(/css/.*)|(/servlet/.*)|(/images/.*)|(/js/.*))$</param-value>
+ <param-value>^.*((/index.action.*)|(/error.action.*)|(/authenticate.action.*)|(/pvp2login.action.*)|(/mailAddressVerification.action.*)|(/logout.action)|(/jsp/.*)|(/css/.*)|(/servlet/.*)|(/images/.*)|(/js/.*))$</param-value>
</init-param>
</filter>
<filter-mapping>