[java-identity-provider COMMIT] /trunk/idp-war/src/main/webapp/WEB-INF/web.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon May 11 15:08:15 EDT 2015
Author: scantor
Date: Mon May 11 15:08:15 2015
New Revision: 7511
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7511&view=rev
Log:
Testbed stopped working after change to Spring location.
Modified:
trunk/idp-war/src/main/webapp/WEB-INF/web.xml
Modified: trunk/idp-war/src/main/webapp/WEB-INF/web.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-war/src/main/webapp/WEB-INF/web.xml?rev=7511&r1=7510&r2=7511&view=diff
==============================================================================
--- trunk/idp-war/src/main/webapp/WEB-INF/web.xml (original)
+++ trunk/idp-war/src/main/webapp/WEB-INF/web.xml Mon May 11 15:08:15 2015
@@ -8,7 +8,7 @@
same named beans in previous files. -->
<context-param>
<param-name>contextConfigLocation</param-name>
- <param-value>${idp.home.home}/system/conf/global-system.xml</param-value>
+ <param-value>${idp.home}/system/conf/global-system.xml</param-value>
</context-param>
<context-param>
More information about the commits
mailing list