Skip to content
Snippets Groups Projects
Commit 62c40d81 authored by srosse's avatar srosse
Browse files

OO-3295: the srpong request context listener is not needed

parent baa44340
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment