diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-04-02 07:37:28 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-04-02 07:37:28 +0200 |
commit | f94e5ae88e1481008f6a2b5d15384e8d8be2e9e5 (patch) | |
tree | fa372b8eb3a7f473a3e363ab2cd7803133003f65 /id/ConfigWebTool/src | |
parent | 218739bfaf182079122271ce8676695993177f23 (diff) | |
download | moa-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')
-rw-r--r-- | id/ConfigWebTool/src/main/resources/struts.xml | 3 |
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"> |