Description
Currently, the semicolon separated list of required DNs when requiring client auth in KnoxToken service is whitespace sensitive. This makes the configuration and wire format of the DN troublesome to match up. We need to strip the spaces within a give DN when putting it into the internal list and from the incoming DN when trying to find it within the list of expected DNs.