[java-identity-provider] branch main updated: Rename some system files for consistency.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 16 14:37:12 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=8ec771ba656f5fd4016d95387d89266b8b06828c
The following commit(s) were added to refs/heads/main by this push:
new 8ec771ba6 Rename some system files for consistency.
8ec771ba6 is described below
commit 8ec771ba656f5fd4016d95387d89266b8b06828c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 16 10:37:03 2020 -0400
Rename some system files for consistency.
---
.../idp/conf/{general-admin-system.xml => admin-system.xml} | 0
.../idp/conf/{general-authn-system.xml => authn-system.xml} | 0
.../src/main/resources/net/shibboleth/idp/conf/global-system.xml | 4 ++--
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/general-admin-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/admin-system.xml
similarity index 100%
rename from idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/general-admin-system.xml
rename to idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/admin-system.xml
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/general-authn-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/authn-system.xml
similarity index 100%
rename from idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/general-authn-system.xml
rename to idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/authn-system.xml
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
index b82d33b7d..2083038bb 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
@@ -56,7 +56,7 @@
<import resource="${idp.home}/conf/global.xml" />
<import resource="${idp.home}/conf/errors.xml" />
<import resource="audit-system.xml" />
- <import resource="general-authn-system.xml" />
+ <import resource="authn-system.xml" />
<import resource="session-manager-system.xml" />
<import resource="security-system.xml" />
<import resource="services-system.xml" />
@@ -64,7 +64,7 @@
<import resource="subject-c14n-system.xml" />
<import resource="profile-intercept-system.xml" />
<import resource="cas-protocol-system.xml" />
- <import resource="general-admin-system.xml" />
+ <import resource="admin-system.xml" />
<import resource="primitives.xml" />
<import resource="conditions.xml" />
<import resource="functions.xml" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list