[java-identity-provider] branch master updated: Roll back warning since it fires on non-TLS configs.
Scott Cantor
cantor.2 at osu.edu
Mon Aug 28 10:07:48 EDT 2017
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=0e5da044198e583e9e28c4f7964f072b33dd7b73
The following commit(s) were added to refs/heads/master by this push:
new 0e5da04 Roll back warning since it fires on non-TLS configs.
0e5da04 is described below
commit 0e5da044198e583e9e28c4f7964f072b33dd7b73
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 28 10:07:50 2017 -0400
Roll back warning since it fires on non-TLS configs.
---
.../resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java | 3 ---
1 file changed, 3 deletions(-)
diff --git a/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java b/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java
index 75af157..32ddd78 100644
--- a/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java
+++ b/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java
@@ -373,9 +373,6 @@ public class LDAPDataConnectorParser extends AbstractWarningDataConnectorParser
}
result.addPropertyValue("trustCredential",
SpringSupport.parseCustomElements(trustElements, parserContext).get(0));
- } else {
- DeprecationSupport.warn(ObjectType.CONFIGURATION, "Use of default JVM trust store", logPrefix,
- "trustFile attribute");
}
final List<Element> authElements =
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list