Github user bbende commented on the issue:

    https://github.com/apache/nifi/pull/843
  
    @YolandaMDavis Thanks for reviewing and testing! After looking at the 
existing EL validator in StandardValidators, it wasn't used by any processor 
and I believe the logic didn't fully make sense. It was saying "if a property 
supports EL and EL is present, return true" but this doesn't mean the EL was 
valid. 
    
    So I replaced it with the logic from the validator in the abstract hadoop 
processor which I believe is correct... "if EL is supported and EL is present, 
check if all expressions are valid and return true if they are, otherwise 
return the message about what wasn't valid. If EL is not supported, or if EL is 
not present, return true"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to