Mark Payne created NIFI-9272:
--------------------------------
Summary: Validation can show component is valid when required
property depends on another and is unset
Key: NIFI-9272
URL: https://issues.apache.org/jira/browse/NIFI-9272
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Mark Payne
Assignee: Mark Payne
Consider a Processor that has two properties, Property A and Property B.
Property A is required and defaults to a value of "foo". Property B is required
but depends on Property A being set to "foo" (i.e., Property B is required iff
Property A is set to the value "foo").
When the Processor is created, Property A will have its default value, "foo".
But Property B will be unset. The Processor is still considered valid, even
though the required Property B is unset.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)