]
Jan Kalina edited comment on ELY-914 at 2/7/17 9:48 AM:
--------------------------------------------------------
Resolved as side effect of ELY-909 PR
was (Author: honza889):
Resolved as part of ELY-909 PR
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
Components: Realms
Affects Versions: 1.1.0.Beta21
Reporter: Ondrej Lukas
Assignee: Jan Kalina
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}