aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
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>