Github user joewitt commented on the issue:
https://github.com/apache/nifi/pull/2360
You can pretty easily verify it in your environment by running
jinfo <pid>
If you see that property set and equal to false then there is a good chance
this will correct it.
I ran that against a live NiFi JVM PID and it came back with that property
set and false. Now, with this PR, it comes back set and true and the prompt
for name code path never executes.---
