aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2013-07-29 16:18:47 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2013-08-06 10:24:36 +0200
commite281b81475cc8a94a59f6ce7767d4b0996ea7180 (patch)
tree51b7a5e0e0a1abacc6157a0509377cdc5fb03fed /id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
parent99694b29f82f858f5b6163e6a3d6c11caaeb487e (diff)
downloadmoa-id-spss-e281b81475cc8a94a59f6ce7767d4b0996ea7180.tar.gz
moa-id-spss-e281b81475cc8a94a59f6ce7767d4b0996ea7180.tar.bz2
moa-id-spss-e281b81475cc8a94a59f6ce7767d4b0996ea7180.zip
Configuration Tool:
- OA Configuration TODO: - General Configuration - Import - User Management
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml b/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
index c680c875e..c8ba8ab8a 100644
--- a/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
+++ b/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
@@ -44,7 +44,7 @@
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>
-<!-- <filter>
+ <filter>
<filter-name>EncodingFilter</filter-name>
<filter-class>at.iaik.commons.webapp.filter.encoding.EncodingFilter</filter-class>
<init-param>
@@ -59,7 +59,7 @@
<param-name>forceResponseEncoding</param-name>
<param-value>true</param-value>
</init-param>
- </filter> -->
+ </filter>
<!-- <filter-mapping>
<filter-name>sitemash</filter-name>
@@ -71,10 +71,10 @@
<url-pattern>*.action</url-pattern>
</filter-mapping>
-<!-- <filter-mapping>
+ <filter-mapping>
<filter-name>EncodingFilter</filter-name>
<url-pattern>/*</url-pattern>
- </filter-mapping> -->
+ </filter-mapping>
<welcome-file-list>