[java-identity-provider] branch main updated: Relocate HTTPResource classes.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 13 18:37:48 UTC 2022
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=bc7aeacc9b92de2fa7ed0335078d361dd57e3fe4
The following commit(s) were added to refs/heads/main by this push:
new bc7aeacc9 Relocate HTTPResource classes.
bc7aeacc9 is described below
commit bc7aeacc9b92de2fa7ed0335078d361dd57e3fe4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 13 14:37:45 2022 -0400
Relocate HTTPResource classes.
---
.../src/main/resources/net/shibboleth/idp/conf/global-system.xml | 5 +++++
1 file changed, 5 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 bbbdb4726..ea37a70de 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,6 +56,11 @@
value="net.shibboleth.shared.spring.security.factory.X509CertificateFactoryBean" />
<entry key="net.shibboleth.ext.spring.factory.X509CertificateChainFactoryBean"
value="net.shibboleth.shared.spring.security.factory.X509CertificateChainFactoryBean" />
+
+ <entry key="net.shibboleth.ext.spring.resource.HTTPResource"
+ value="net.shibboleth.shared.spring.httpclient.resource.HTTPResource" />
+ <entry key="net.shibboleth.ext.spring.resource.FileBackedHTTPResource"
+ value="net.shibboleth.shared.spring.httpclient.resource.FileBackedHTTPResource" />
</map>
</property>
</bean>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list