[java-identity-provider] branch master updated: Remove deprecated properties already in "dead" list.
Scott Cantor
cantor.2 at osu.edu
Mon Oct 28 08:35:28 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=324b6999123734d143f1087cf5460b0303f22763
The following commit(s) were added to refs/heads/master by this push:
new 324b699 Remove deprecated properties already in "dead" list.
324b699 is described below
commit 324b6999123734d143f1087cf5460b0303f22763
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 28 08:35:23 2019 -0400
Remove deprecated properties already in "dead" list.
---
idp-conf/src/main/resources/system/conf/global-system.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/idp-conf/src/main/resources/system/conf/global-system.xml b/idp-conf/src/main/resources/system/conf/global-system.xml
index 9b1c659..084ff3d 100644
--- a/idp-conf/src/main/resources/system/conf/global-system.xml
+++ b/idp-conf/src/main/resources/system/conf/global-system.xml
@@ -72,12 +72,6 @@
<property name="deprecatedProperties">
<map>
<entry key="idp.httpclient.useTrustEngineTLSSocketFactory" value="idp.httpclient.useSecurityEnhancedTLSSocketFactory" />
- <entry key="idp.nameid.saml2.legacyGenerator">
- <null/>
- </entry>
- <entry key="idp.nameid.saml1.legacyGenerator">
- <null/>
- </entry>
<entry key="idp.xml.securityManager">
<null/>
</entry>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list