Skip to content
Snippets Groups Projects
Commit 364506f1 authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Prepared servlet config to pass config files as ressource

This is needed if using index.html instead of developer.html
parent 5280bdd1
No related merge requests found
......@@ -14,8 +14,8 @@
<mvc:resources mapping="/**.html" location="/" />
<mvc:resources mapping="/**.png" location="/"/>
<mvc:resources mapping="/**.manifest" location="/"/>
<mvc:resources mapping="/config.json" location="/"/>
<mvc:resources mapping="/config.xml" location="/"/>
<mvc:resources mapping="/**.json" location="/"/>
<mvc:resources mapping="/**.xml" location="/"/>
<mvc:resources mapping="/dojo/**" location="/dojo/"/>
<mvc:resources mapping="/dijit/**" location="/dijit/"/>
<mvc:resources mapping="/dojox/**" location="/dojox/"/>
......
......@@ -27,7 +27,7 @@
<sec:openid-login user-service-ref="openidUserDetailsService"
default-target-url="${security.openid-target-url}" />
</sec:http>
<bean id="casFilter"
class="org.springframework.security.cas.web.CasAuthenticationFilter">
<property name="authenticationManager" ref="casAuthManager" />
......
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