From bc6016b32cd9d4555266f38d9755d6f3d7cb4b02 Mon Sep 17 00:00:00 2001 From: FangfangZhao Date: Tue, 15 Jan 2019 12:03:00 +0800 Subject: [PATCH] web.xml trim-directive --- pom.xml | 2 +- src/main/webapp/WEB-INF/web.xml | 29 +++++++++++++++++++---------- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 73a9ca241..467373342 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ com.github.devezhao persist4j - 2c71f4bea4 + master-SNAPSHOT junit diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 76f1e4a87..e98bd1832 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -1,18 +1,23 @@ - - - Rebuild + + + REBUILD + Building your system freely contextConfigLocation classpath:application-ctx.xml + com.rebuild.server.ServerListener + + com.rebuild.web.OnlineSessionStore + encodingFilter @@ -102,11 +107,15 @@ /error40x.jsp - - com.rebuild.web.OnlineSessionStore - - 120 + + + + *.jsp + true + + + \ No newline at end of file