[java-identity-provider] branch master updated: IDP-1037 - Remove deprecated /META-INF/net.shibboleth.idp/config.xml
Scott Cantor
cantor.2 at osu.edu
Wed Feb 20 19:36:07 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=34e4d9c66d3fa4239ebd98465ce09e5a41ef2bbd
The following commit(s) were added to refs/heads/master by this push:
new 34e4d9c IDP-1037 - Remove deprecated /META-INF/net.shibboleth.idp/config.xml
34e4d9c is described below
commit 34e4d9c66d3fa4239ebd98465ce09e5a41ef2bbd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 20 19:36:01 2019 -0500
IDP-1037 - Remove deprecated /META-INF/net.shibboleth.idp/config.xml
https://issues.shibboleth.net/jira/browse/IDP-1037
---
idp-war/src/main/webapp/WEB-INF/web.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-war/src/main/webapp/WEB-INF/web.xml b/idp-war/src/main/webapp/WEB-INF/web.xml
index 1af177f..9c3b49e 100644
--- a/idp-war/src/main/webapp/WEB-INF/web.xml
+++ b/idp-war/src/main/webapp/WEB-INF/web.xml
@@ -8,7 +8,7 @@
same named beans in previous files. -->
<context-param>
<param-name>contextConfigLocation</param-name>
- <param-value>classpath*:/META-INF/net.shibboleth.idp/preconfig.xml,${idp.home}/system/conf/global-system.xml,classpath*:/META-INF/net.shibboleth.idp/config.xml,classpath*:/META-INF/net.shibboleth.idp/postconfig.xml</param-value>
+ <param-value>classpath*:/META-INF/net.shibboleth.idp/preconfig.xml,${idp.home}/system/conf/global-system.xml,classpath*:/META-INF/net.shibboleth.idp/postconfig.xml</param-value>
</context-param>
<context-param>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list