[java-plugin-shibd] branch main updated: Default to no installed Agent-usable StorageService.
Codeberg
noreply at shibboleth.net
Thu Nov 20 21:44:30 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/6df86bedc6b4b6e2870694e9a9403fa763605dec
The following commit(s) were added to refs/heads/main by this push:
new 6df86be Default to no installed Agent-usable StorageService.
6df86be is described below
commit 6df86bedc6b4b6e2870694e9a9403fa763605dec
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Nov 20 16:44:19 2025 -0500
Default to no installed Agent-usable StorageService.
---
.../META-INF/net/shibboleth/idp/flows/sp/storage/storage-beans.xml | 2 +-
.../src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties | 2 +-
.../resources/net/shibboleth/idp/module/conf/sp/sp.properties | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/storage/storage-beans.xml b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/storage/storage-beans.xml
index df35b1c..507a744 100644
--- a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/storage/storage-beans.xml
+++ b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/storage/storage-beans.xml
@@ -13,6 +13,6 @@
<bean id="DoStorageOperation"
class="net.shibboleth.sp.profile.impl.DoStorageOperation" scope="prototype"
p:httpServletRequestSupplier-ref="shibboleth.HttpServletRequestSupplier"
- p:storageService-ref="#{'%{sp.storageService:shibboleth.StorageService}'.trim()}" />
+ p:storageService-ref="#{'%{sp.storageService}'.trim()}" />
</beans>
diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
index ac1bca1..005759d 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
+++ b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
@@ -11,7 +11,7 @@ sp.issuer = https://sp.example.org
sp.service.agents.checkInterval = PT5M
# Set to StorageService to use for remoted storage data if in use.
-#sp.storageService = shibboleth.StorageService
+#sp.storageService =
# Set to DataSealer to use for remoted data encryption.
#sp.dataSealer = shibboleth.DataSealer
diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties b/sp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/sp.properties
similarity index 99%
copy from sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
copy to sp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/sp.properties
index ac1bca1..1cc0b6e 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
+++ b/sp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/sp.properties
@@ -11,7 +11,7 @@ sp.issuer = https://sp.example.org
sp.service.agents.checkInterval = PT5M
# Set to StorageService to use for remoted storage data if in use.
-#sp.storageService = shibboleth.StorageService
+sp.storageService = shibboleth.StorageService
# Set to DataSealer to use for remoted data encryption.
#sp.dataSealer = shibboleth.DataSealer
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list