[java-identity-provider] branch main updated: Add some additional bean rewrites.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 24 18:43:12 UTC 2023
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=d4705300855ea9fb6097bb3660aef97f22f0bd89
The following commit(s) were added to refs/heads/main by this push:
new d47053008 Add some additional bean rewrites.
d47053008 is described below
commit d4705300855ea9fb6097bb3660aef97f22f0bd89
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 24 14:43:09 2023 -0400
Add some additional bean rewrites.
---
.../src/main/resources/net/shibboleth/idp/conf/global-system.xml | 4 ++++
1 file changed, 4 insertions(+)
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 f13c6fdc8..a45ddc1fa 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
@@ -47,6 +47,10 @@
<entry key="net.shibboleth.utilities.java.support.codec.StringDigester"
value="net.shibboleth.shared.codec.StringDigester" />
+ <entry key="net.shibboleth.utilities.java.support.codec.Base64Support"
+ value="net.shibboleth.shared.codec.Base64Support" />
+ <entry key="net.shibboleth.utilities.java.support.codec.Base32Support"
+ value="net.shibboleth.shared.codec.Base32Support" />
<entry key="net.shibboleth.utilities.java.support.logic.FunctionSupport"
value="net.shibboleth.shared.logic.FunctionSupport" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list