BUG: Ampersand in LDAP adminPassword causes problems

As the title says.

ERROR 11538 (): Error reading XML properties

org.dom4j.DocumentException: Error on line 49 of document : The reference to entity “s” must end with the ‘’;’’ delimiter. Nested exception: The reference to entity “s” must end with the ‘’;’’ delimiter.

/code

FWIW, “s” is the letter after the “&”.

Ampersand is a special character in xml, you need to substitute it with:

&