[java-identity-provider] branch main updated: IDP-1705 - Need to remove system refererences from stock web.xml
Scott Cantor
cantor.2 at osu.edu
Fri Oct 30 16:53:37 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0e69eaec1b507e74a0ba7d0ce6f69643473a0640
The following commit(s) were added to refs/heads/main by this push:
new 0e69eaec1 IDP-1705 - Need to remove system refererences from stock web.xml
0e69eaec1 is described below
commit 0e69eaec1b507e74a0ba7d0ce6f69643473a0640
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 30 12:53:31 2020 -0400
IDP-1705 - Need to remove system refererences from stock web.xml
https://issues.shibboleth.net/jira/browse/IDP-1705
---
idp-war/src/main/webapp/WEB-INF/web.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-war/src/main/webapp/WEB-INF/web.xml b/idp-war/src/main/webapp/WEB-INF/web.xml
index 4dd9dfc5c..3b59bf172 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/postconfig.xml</param-value>
+ <param-value>classpath*:/META-INF/net.shibboleth.idp/preconfig.xml,classpath:/net/shibboleth/idp/conf/global-system.xml,classpath*:/META-INF/net.shibboleth.idp/postconfig.xml</param-value>
</context-param>
<context-param>
@@ -126,7 +126,7 @@
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
<init-param>
<param-name>contextConfigLocation</param-name>
- <param-value>classpath*:/META-INF/net/shibboleth/idp/mvc/preconfig.xml,${idp.home}/system/conf/mvc-beans.xml,${idp.home}/system/conf/webflow-config.xml,classpath*:/META-INF/net/shibboleth/idp/mvc/postconfig.xml</param-value>
+ <param-value>classpath*:/META-INF/net/shibboleth/idp/mvc/preconfig.xml,classpath:/net/shibboleth/idp/conf/mvc-beans.xml,classpath:/net/shibboleth/idp/conf/webflow-config.xml,classpath*:/META-INF/net/shibboleth/idp/mvc/postconfig.xml</param-value>
</init-param>
<init-param>
<param-name>contextClass</param-name>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list