aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2017-03-09 15:04:05 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2017-03-09 15:04:05 +0100
commit387d68e06f2af5e5a180319438a6824d70846c5c (patch)
tree383716ea8a9905d612e9484d86abf070e88d482b /id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
parenta4b4b2c0d9b30c267cd7e552ee4585244e009187 (diff)
downloadmoa-id-spss-387d68e06f2af5e5a180319438a6824d70846c5c.tar.gz
moa-id-spss-387d68e06f2af5e5a180319438a6824d70846c5c.tar.bz2
moa-id-spss-387d68e06f2af5e5a180319438a6824d70846c5c.zip
update some more libs
- Hibernate to 5.2.8.Final - Spring to 4.3.7.Release - Apache CXF to 3.1.10 - Struts 2 to 2.5.10.1 (also fix CVE-2017-5638 (https://cwiki.apache.org/confluence/display/WW/S2-045), but is the latest major release) - Apache http client to 4.5.3 - Apache http core to 4.4.6 - SLF4j to 1.7.24 - commons.lang3 to 3.5 - jackson to 2.8.7
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 d247faa1e..4118c94f4 100644
--- a/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
+++ b/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
@@ -41,7 +41,7 @@
<filter>
<filter-name>struts2</filter-name>
- <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
+ <filter-class>org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>
<filter>