Uploaded image for project: 'Sentry (Retired)'
  1. Sentry (Retired)
  2. SENTRY-1835

Fix typo in SentryINodeAttributesProvider#getAclFeature

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Trivial
    • Resolution: Unresolved
    • None
    • None
    • Hdfs Plugin
    • None

    Description

      Found a typo in debug message: "isPreifxed" --> "isPrefixed"

      LOG.debug("### getAclEntry \n[" + (p == null ? "null" : p) + "] : ["
                  + "isPreifxed=" + isPrefixed
                  + ", isStale=" + isStale
                  + ", hasAuthzObj=" + hasAuthzObj
                  + ", origAuthzAsAcl=" + originalAuthzAsAcl + "]\n"
                  + "[" + (aclMap == null ? "null" : aclMap) + "]\n");
      

      Attachments

        1. SENTRY-1835.001.patch
          0.9 kB
          Wei-Chiu Chuang

        Activity

          People

            Unassigned Unassigned
            weichiu Wei-Chiu Chuang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: