From d804440c9060f9f81ef8f671c4f25bb4cee51c96 Mon Sep 17 00:00:00 2001
From: Paul-Christian Volkmer <paul-christian.volkmer@mni.thm.de>
Date: Thu, 26 Jul 2012 16:09:13 +0200
Subject: [PATCH] Changed resource mapping to support arsnova-js and dojo-war
 overlay

---
 src/main/webapp/WEB-INF/arsnova-servlet.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/main/webapp/WEB-INF/arsnova-servlet.xml b/src/main/webapp/WEB-INF/arsnova-servlet.xml
index 3ed4eaac5..94f8cbe2a 100644
--- a/src/main/webapp/WEB-INF/arsnova-servlet.xml
+++ b/src/main/webapp/WEB-INF/arsnova-servlet.xml
@@ -13,7 +13,12 @@
 
 	<mvc:resources mapping="/**.html" location="/" />
 	<mvc:resources mapping="/**.png" location="/"/>
-
+	<mvc:resources mapping="/config.json" location="/"/>
+	<mvc:resources mapping="/dojo/**" location="/dojo/"/>
+	<mvc:resources mapping="/dijit/**" location="/dijit/"/>
+	<mvc:resources mapping="/dojox/**" location="/dojox/"/>
+	<mvc:resources mapping="/app/**" location="/app/"/>
+	
 	<mvc:annotation-driven />
 
 	<bean id="viewResolver"
-- 
GitLab