Create DirContext is not able to log arrays correctly
-----------------------------------------------------
Key: ELY-912
URL:
https://issues.jboss.org/browse/ELY-912
Project: WildFly Elytron
Issue Type: Bug
Components: Realms
Affects Versions: 1.1.0.Beta21
Reporter: Ondrej Lukas
Assignee: Jan Kalina
Fix For: 1.1.0.Beta26
In case when debug level for class
{{org.wildfly.security.auth.realm.ldap.SimpleDirContextFactoryBuilder}} is enabled and
value of any property from properties used for creating DirContext is array, then its
value is not logged correctly, example:
{code}
Property [java.naming.security.credentials] with Value [[C@1bf1b7d5]
{code}
See
https://github.com/wildfly-security/wildfly-elytron/blob/7b5c89c437d27fec...