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-02 09:32:26 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-04-02 09:32:26 +0200
commit657bd247f385b480ab4550c4c1216c3c95157c4d (patch)
treeb90095cdc1a5588a29d12968fddbc42c5f22a8ce /id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
parent5e50fb49f048cbd0a6bafb1f097d08dd8cad8320 (diff)
downloadmoa-id-spss-657bd247f385b480ab4550c4c1216c3c95157c4d.tar.gz
moa-id-spss-657bd247f385b480ab4550c4c1216c3c95157c4d.tar.bz2
moa-id-spss-657bd247f385b480ab4550c4c1216c3c95157c4d.zip
add EncodingFilter from commons-iaik.jar to ConfigWebTool
remove lib commons-iaik.jar
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 a44cf8ce5..b55e97f23 100644
--- a/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
+++ b/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
@@ -46,7 +46,7 @@
<filter>
<filter-name>EncodingFilter</filter-name>
- <filter-class>at.iaik.commons.webapp.filter.encoding.EncodingFilter</filter-class>
+ <filter-class>at.gv.egovernment.moa.id.configuration.filter.EncodingFilter</filter-class>
<init-param>
<param-name>encoding</param-name>
<param-value>UTF-8</param-value>