[java-idp-testbed COMMIT] /trunk/src/main/webapp/WEB-INF/web.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jun 23 11:38:24 EDT 2014
Author: tzeller
Date: Mon Jun 23 11:38:24 2014
New Revision: 271
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=271&view=rev
Log:
Move the idp.properties app ctx nitializer from spring-extensions to idp-core.
Modified:
trunk/src/main/webapp/WEB-INF/web.xml
Modified: trunk/src/main/webapp/WEB-INF/web.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/webapp/WEB-INF/web.xml?rev=271&r1=270&r2=271&view=diff
==============================================================================
--- trunk/src/main/webapp/WEB-INF/web.xml (original)
+++ trunk/src/main/webapp/WEB-INF/web.xml Mon Jun 23 11:38:24 2014
@@ -10,7 +10,7 @@
<context-param>
<param-name>contextInitializerClasses</param-name>
- <param-value>net.shibboleth.ext.spring.context.IdPPropertiesApplicationContextInitializer</param-value>
+ <param-value>net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer</param-value>
</context-param>
<context-param>
More information about the commits
mailing list