[java-idp-plugin-jetty] 11/186: IDP-1110 - Remove "shibboleth-" prefix
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:56:02 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=8ac43d7e1df7058af84867e9bbf1a143ee288f01
commit 8ac43d7e1df7058af84867e9bbf1a143ee288f01
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Jun 14 12:04:55 2017 -0500
IDP-1110 - Remove "shibboleth-" prefix
---
.../jetty-base/etc/{shibboleth-idp-testbed.xml => idp-testbed.xml} | 0
.../modules/{shibboleth-idp-logging.mod => idp-logging.mod} | 0
.../modules/{shibboleth-idp-testbed.mod => idp-testbed.mod} | 0
src/main/resources/jetty-base/modules/{shibboleth-idp.mod => idp.mod} | 0
.../start.d/{shibboleth-idp-logging.ini => idp-logging.ini} | 4 ++--
.../start.d/{shibboleth-idp-testbed.ini => idp-testbed.ini} | 4 ++--
src/main/resources/jetty-base/start.d/{shibboleth-idp.ini => idp.ini} | 4 ++--
7 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/resources/jetty-base/etc/shibboleth-idp-testbed.xml b/src/main/resources/jetty-base/etc/idp-testbed.xml
similarity index 100%
rename from src/main/resources/jetty-base/etc/shibboleth-idp-testbed.xml
rename to src/main/resources/jetty-base/etc/idp-testbed.xml
diff --git a/src/main/resources/jetty-base/modules/shibboleth-idp-logging.mod b/src/main/resources/jetty-base/modules/idp-logging.mod
similarity index 100%
rename from src/main/resources/jetty-base/modules/shibboleth-idp-logging.mod
rename to src/main/resources/jetty-base/modules/idp-logging.mod
diff --git a/src/main/resources/jetty-base/modules/shibboleth-idp-testbed.mod b/src/main/resources/jetty-base/modules/idp-testbed.mod
similarity index 100%
rename from src/main/resources/jetty-base/modules/shibboleth-idp-testbed.mod
rename to src/main/resources/jetty-base/modules/idp-testbed.mod
diff --git a/src/main/resources/jetty-base/modules/shibboleth-idp.mod b/src/main/resources/jetty-base/modules/idp.mod
similarity index 100%
rename from src/main/resources/jetty-base/modules/shibboleth-idp.mod
rename to src/main/resources/jetty-base/modules/idp.mod
diff --git a/src/main/resources/jetty-base/start.d/shibboleth-idp-logging.ini b/src/main/resources/jetty-base/start.d/idp-logging.ini
similarity index 62%
rename from src/main/resources/jetty-base/start.d/shibboleth-idp-logging.ini
rename to src/main/resources/jetty-base/start.d/idp-logging.ini
index 6fce5cb..267a780 100644
--- a/src/main/resources/jetty-base/start.d/shibboleth-idp-logging.ini
+++ b/src/main/resources/jetty-base/start.d/idp-logging.ini
@@ -1,5 +1,5 @@
# ---------------------------------------
-# Module: shibboleth-idp-logging
+# Module: idp-logging
# Shibboleth IdP Logging
# ---------------------------------------
-# --module=shibboleth-idp-logging
+# --module=idp-logging
diff --git a/src/main/resources/jetty-base/start.d/shibboleth-idp-testbed.ini b/src/main/resources/jetty-base/start.d/idp-testbed.ini
similarity index 62%
rename from src/main/resources/jetty-base/start.d/shibboleth-idp-testbed.ini
rename to src/main/resources/jetty-base/start.d/idp-testbed.ini
index 962f0cf..e131a61 100644
--- a/src/main/resources/jetty-base/start.d/shibboleth-idp-testbed.ini
+++ b/src/main/resources/jetty-base/start.d/idp-testbed.ini
@@ -1,5 +1,5 @@
# ---------------------------------------
-# Module: shibboleth-idp-testbed
+# Module: idp-testbed
# Shibboleth IdP Testbed
# ---------------------------------------
-# --module=shibboleth-idp-testbed
+# --module=idp-testbed
diff --git a/src/main/resources/jetty-base/start.d/shibboleth-idp.ini b/src/main/resources/jetty-base/start.d/idp.ini
similarity index 88%
rename from src/main/resources/jetty-base/start.d/shibboleth-idp.ini
rename to src/main/resources/jetty-base/start.d/idp.ini
index cecf543..3b46104 100644
--- a/src/main/resources/jetty-base/start.d/shibboleth-idp.ini
+++ b/src/main/resources/jetty-base/start.d/idp.ini
@@ -1,8 +1,8 @@
# ---------------------------------------
-# Module: shibboleth-idp
+# Module: idp
# Shibboleth IdP
# ---------------------------------------
---module=shibboleth-idp
+--module=idp
jetty.sslContext.keyStorePath=${idp.home}/credentials/idp-userfacing.p12
jetty.sslContext.keyStoreType=PKCS12
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list