11752 highlighted the need for custom delimiters when parsing String.
For example:
cn=john01,ou=users,o=company,dc=com
Might need to be bound to List<String> but without splitting on commas.
Comment From: philwebb
I think I have something for this, but unfortunately in the process discovered SPR-16456
Comment From: philwebb
https://github.com/philwebb/spring-boot/tree/gh-11883