diff options
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml | 2 |
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> |