Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-1228

StandardRootGroupPort warning message incomplete

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.0.0, 1.0.0-Beta
    • None
    • None

    Description

      In StandardGroupRootPort[1], warning messages created on lines 409 and 414 are missing a "%s". E.g.:

      final String message = String.format("%s authorization failed for user %s because ", this, dn, ae);
      

      should be:

      final String message = String.format("%s authorization failed for user %s because %s", this, dn, ae);
      

      [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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              devriesb Brandon Rhys DeVries
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: