[java-identity-provider] branch main updated: Remove duplicated property configurers.
Scott Cantor
cantor.2 at osu.edu
Wed Jun 14 14:02:14 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=fa4de6e83c3d7cef2319d6ce4f632d3bfa1c327a
The following commit(s) were added to refs/heads/main by this push:
new fa4de6e83 Remove duplicated property configurers.
fa4de6e83 is described below
commit fa4de6e83c3d7cef2319d6ce4f632d3bfa1c327a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 14 10:02:10 2023 -0400
Remove duplicated property configurers.
---
.../src/main/resources/net/shibboleth/idp/conf/http-client.xml | 4 ----
idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/sealer.xml | 4 ----
2 files changed, 8 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml
index d8e4f3a5b..0a93bf7ad 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml
@@ -12,10 +12,6 @@
default-init-method="initialize"
default-destroy-method="destroy">
- <bean id="shibboleth.PropertySourcesPlaceholderConfigurer" destroy-method=""
- class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer"
- p:placeholderPrefix="%{" p:placeholderSuffix="}" />
-
<!-- These are parent beans for custom HTTP clients and resources. -->
<bean id="shibboleth.HttpClientFactory" abstract="true"
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/sealer.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/sealer.xml
index e86497fee..81669567c 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/sealer.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/sealer.xml
@@ -12,10 +12,6 @@
default-init-method="initialize"
default-destroy-method="destroy">
- <bean id="shibboleth.PropertySourcesPlaceholderConfigurer"
- class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer"
- p:placeholderPrefix="%{" p:placeholderSuffix="}" />
-
<!-- Isolated for potential reusability. -->
<bean id="shibboleth.DataSealerKeyStrategy" lazy-init="true"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list