[
https://issues.apache.org/jira/browse/NIFI-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard resolved NIFI-1228.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.0.0
Fixed by NIFI-1551
> StandardRootGroupPort warning message incomplete
> ------------------------------------------------
>
> Key: NIFI-1228
> URL: https://issues.apache.org/jira/browse/NIFI-1228
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Brandon DeVries
> Priority: Minor
> Fix For: 1.0.0
>
>
> In StandardGroupRootPort\[1\], warning messages created on lines 409 and 414
> are missing a "%s". E.g.:
> {code}
> final String message = String.format("%s authorization failed for user %s
> because ", this, dn, ae);
> {code}
> should be:
> {code}
> final String message = String.format("%s authorization failed for user %s
> because %s", this, dn, ae);
> {code}
> \[1\]
> https://github.com/apache/nifi/blob/31fba6b3332978ca2f6a1d693f6053d719fb9daa/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/StandardRootGroupPort.java#L409#L414
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)