]
Ondrej Lukas updated ELY-914:
-----------------------------
Affects Version/s: 1.1.0.Beta21
Elytron LdapSearch is not able to log arrays correctly
------------------------------------------------------
Key: ELY-914
URL:
https://issues.jboss.org/browse/ELY-914
Project: WildFly Elytron
Issue Type: Bug
Affects Versions: 1.1.0.Beta21
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
In case when log debug level for class
{{org.wildfly.security.auth.realm.ldap.LdapSecurityRealm.LdapSearch}} is enabled, then
arguments and returning attributes are not able to be logged correctly because they are
arrays.
See:
{code}
Executing search [(uid={0})] in context [ou=People,dc=jboss,dc=org] with arguments
[[Ljava.lang.String;@45535736]. Returning attributes are [[Ljava.lang.String;@331d3f34]
{code}