Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.0.1
-
None
Description
In BootstrapCodec.java, when the following tertiary expression gets evaluated, it never will be null, due to the string concatination. This causes the IOException message to always be "Details: " with the InvalidCommandException's toString result.
try { processRequest(cmd, args); } catch (final InvalidCommandException ice) { throw new IOException("Received invalid command from NiFi: " + line + " : " + ice.getMessage() == null ? "" : "Details: " + ice.toString()); }
Attachments
Issue Links
- links to