During plan creation a
com.atlassian.bamboo.exception.DataAccessException: org.apache.commons.configuration.ConfigurationException: org.w3c.dom.DOMException: INVALID_CHARACTER_ERR:
is thrown when the plan permission configuration contain a user name or group name with a space.
User and group names with withspace are ok in LDAP for example.
To reproduce:
- create a group name with a space like "bamboo administrator" in ldap
- connect bamboo to ldap
- create a plan, add above group in the permissions screen
- BANG