aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src/main/resources
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-04-02 07:37:28 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-04-02 07:37:28 +0200
commitf94e5ae88e1481008f6a2b5d15384e8d8be2e9e5 (patch)
treefa372b8eb3a7f473a3e363ab2cd7803133003f65 /id/ConfigWebTool/src/main/resources
parent218739bfaf182079122271ce8676695993177f23 (diff)
downloadmoa-id-spss-f94e5ae88e1481008f6a2b5d15384e8d8be2e9e5.tar.gz
moa-id-spss-f94e5ae88e1481008f6a2b5d15384e8d8be2e9e5.tar.bz2
moa-id-spss-f94e5ae88e1481008f6a2b5d15384e8d8be2e9e5.zip
Disallow CrossNamespace actions
Diffstat (limited to 'id/ConfigWebTool/src/main/resources')
-rw-r--r--id/ConfigWebTool/src/main/resources/struts.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/id/ConfigWebTool/src/main/resources/struts.xml b/id/ConfigWebTool/src/main/resources/struts.xml
index 1c5dc83d3..55490788d 100644
--- a/id/ConfigWebTool/src/main/resources/struts.xml
+++ b/id/ConfigWebTool/src/main/resources/struts.xml
@@ -6,7 +6,8 @@
<struts>
<constant name="struts.custom.i18n.resources" value="webpages" />
- <constant name="struts.mapper.action.prefix.enabled" value="true" />
+ <constant name="struts.mapper.action.prefix.enabled" value="true" />
+ <constant name="struts.mapper.action.prefix.crossNamespaces" value="false" />
<package name="default" namespace="/" extends="struts-default">