diff --git a/src/main/webapp/WEB-INF/arsnova-servlet.xml b/src/main/webapp/WEB-INF/arsnova-servlet.xml index be3eb5853f21d3b2b5aecf1572dcf91a465208d9..f2e3c7e051b6ee86f9f720aef3ab950fd697e7ca 100644 --- a/src/main/webapp/WEB-INF/arsnova-servlet.xml +++ b/src/main/webapp/WEB-INF/arsnova-servlet.xml @@ -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/"/> diff --git a/src/main/webapp/WEB-INF/spring/spring-security.xml b/src/main/webapp/WEB-INF/spring/spring-security.xml index 1088acc0dbfa19affb7c93206a6e6f487a567d84..e1e54d7d04d4af95b2bef572cecce925400cbd55 100644 --- a/src/main/webapp/WEB-INF/spring/spring-security.xml +++ b/src/main/webapp/WEB-INF/spring/spring-security.xml @@ -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" />