You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Brandon DeVries (JIRA)" <ji...@apache.org> on 2015/11/30 16:30:11 UTC

[jira] [Created] (NIFI-1228) StandardRootGroupPort warning message incomplete

Brandon DeVries created NIFI-1228:
-------------------------------------

             Summary: 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


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)