Skip to content
Snippets Groups Projects
Commit 78704fd7 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Get rid of obsolete XML application context config

parent b87b57db
Branches
No related merge requests found
Pipeline #18026 passed with warnings with stages
in 2 minutes and 42 seconds
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns = "http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd">
</beans>
...@@ -22,6 +22,10 @@ ...@@ -22,6 +22,10 @@
<servlet> <servlet>
<servlet-name>arsnova</servlet-name> <servlet-name>arsnova</servlet-name>
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class> <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
<init-param>
<param-name>contextClass</param-name>
<param-value>org.springframework.web.context.support.AnnotationConfigWebApplicationContext</param-value>
</init-param>
<init-param> <init-param>
<param-name>throwExceptionIfNoHandlerFound</param-name> <param-name>throwExceptionIfNoHandlerFound</param-name>
<param-value>true</param-value> <param-value>true</param-value>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment