[java-identity-provider] branch maint-3.4 updated: IDP-1628 - Add a warning on the JNDI binary attributes LDAPProperty

Scott Cantor cantor.2 at osu.edu
Mon Jun 29 12:34:51 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-3.4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=9d614bd45ccd6e3f98ff8f9b275a71b11dd12463

The following commit(s) were added to refs/heads/maint-3.4 by this push:
       new  9d614bd45 IDP-1628 - Add a warning on the JNDI binary attributes LDAPProperty
9d614bd45 is described below

commit 9d614bd45ccd6e3f98ff8f9b275a71b11dd12463
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 29 08:34:40 2020 -0400

    IDP-1628 - Add a warning on the JNDI binary attributes LDAPProperty
    
    https://issues.shibboleth.net/jira/browse/IDP-1628
    
    Reference replacement in message.
---
 .../attribute/resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 2c48807f2..309c64398 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
@@ -175,7 +175,7 @@ public class LDAPDataConnectorParser extends AbstractWarningDataConnectorParser
                 DeprecationSupport.warnOnce(ObjectType.ATTRIBUTE, 
                         "<LDAPPrpperty name=\"java.naming.ldap.attributes.binary\" ..>", 
                         parserContext.getReaderContext().getResource().getDescription(), 
-                        "(none), will be ignored");
+                        "<BinaryAttributes> element");
             }
             
             props.put(name, value);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list