From 38022cff4d467bf7a1c5cd0b5e97ed6a8842568a Mon Sep 17 00:00:00 2001 From: jo-elimu <1451036+jo-elimu@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:43:11 +0700 Subject: [PATCH] refactor: remove max form content size closes #1807 --- pom.xml | 6 ------ src/main/webapp/WEB-INF/spring/applicationContext.xml | 5 +---- src/main/webapp/WEB-INF/web.xml | 5 ----- 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 505839b94..56887ca21 100644 --- a/pom.xml +++ b/pom.xml @@ -54,12 +54,6 @@ /webapp - - - org.eclipse.jetty.server.Request.maxFormContentSize - 1073741824 - - diff --git a/src/main/webapp/WEB-INF/spring/applicationContext.xml b/src/main/webapp/WEB-INF/spring/applicationContext.xml index 2ec761095..94885b7a1 100644 --- a/src/main/webapp/WEB-INF/spring/applicationContext.xml +++ b/src/main/webapp/WEB-INF/spring/applicationContext.xml @@ -62,10 +62,7 @@ - - - - + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index f9561ba55..0acf0d8a4 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -30,11 +30,6 @@ contextConfigLocation /WEB-INF/spring/applicationContext.xml - - 1073741824 - 1073741824 - 0 -