ottobackwards commented on issue #4012: NIFI-7055 createListValidator should treat "," as invalid URL: https://github.com/apache/nifi/pull/4012#issuecomment-582725361 No, @jfrazee, the issue is that "," will return valid, and never be passed to the empty validator, or any validator you have specified. This PR changes it so that it treats ",", which splits to a 0 length array ( IE Nothing to validate ) as if it returned nothing
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
