[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Nov 12 04:35:33 EST 2014
Author: iay
Date: Wed Nov 12 04:35:32 2014
New Revision: 6884
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6884&view=rev
Log:
Remove some commented-out configuration to avoid confusion.
Modified:
trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml?rev=6884&r1=6883&r2=6884&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml Wed Nov 12 04:35:32 2014
@@ -19,11 +19,6 @@
<bean class="org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping" p:order="1" />
<bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping" p:order="2" />
-
- <!--
- <mvc:resources mapping="/css/**" location="/css/" />
- <mvc:resources mapping="/images/**" location="/images/" />
- -->
<!-- HandlerAdapters: These aren't ordered. Add the WebFlow one, then the standard Spring MVC default ones.
Have to enumerate them all explicitly b/c we're overriding the built-in defaults. -->
More information about the commits
mailing list