From 62c40d81d894d3bb4f4147decb0f645d37105abf Mon Sep 17 00:00:00 2001
From: srosse <none@none>
Date: Thu, 15 Feb 2018 14:32:09 +0100
Subject: [PATCH] OO-3295: the srpong request context listener is not needed

---
 src/main/webapp-tomcat/WEB-INF/web.xml | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/src/main/webapp-tomcat/WEB-INF/web.xml b/src/main/webapp-tomcat/WEB-INF/web.xml
index 56de915a138..c4a354177ac 100644
--- a/src/main/webapp-tomcat/WEB-INF/web.xml
+++ b/src/main/webapp-tomcat/WEB-INF/web.xml
@@ -86,17 +86,9 @@
  		</listener-class>
 	</listener> 
     <!-- triggers the above spring files to be processed by the spring framework  -->
-    <listener>
-            <listener-class>
-                    org.springframework.web.context.ContextLoaderListener
-            </listener-class>
-    </listener>
-
-    <listener>
-            <listener-class>
-                    org.springframework.web.context.request.RequestContextListener
-            </listener-class>
-    </listener>
+	<listener>
+		<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
+	</listener>
     
 	<listener>
 		<listener-class>org.olat.restapi.security.RestApiSessionListener</listener-class>
-- 
GitLab