You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/11/19 15:58:32 UTC

[GitHub] [nifi] tlsmith109 commented on a change in pull request #4627: NIFI-7225 FetchSFTP processor routing to not.found error given when P…

tlsmith109 commented on a change in pull request #4627:
URL: https://github.com/apache/nifi/pull/4627#discussion_r527000620



##########
File path: nifi-commons/nifi-utils/src/main/java/org/apache/nifi/processor/util/StandardValidators.java
##########
@@ -503,6 +503,7 @@ public ValidationResult validate(final String subject, final String input, final
     };
 
     public static final Validator FILE_EXISTS_VALIDATOR = new FileExistsValidator(true);
+    public static final Validator DIRECTORY_EXISTS_VALIDATOR = new DirectoryExistsValidator(true,false);
 

Review comment:
       Will remove, I just added for consistency. 




----------------------------------------------------------------
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:
users@infra.apache.org