fix #27683 . pathSeparator should be a complete separator, But in StringUtils#tokenizeToStringArray,each of the characters is individually considered as a delimiter. So I try to replace StringUtils#tokenizeToStringArray with StringUtils#delimitedListToStringArray.

Comment From: rstoyanchev

Closing along with the linked issue.