cklein05 commented on a change in pull request #428:
URL: https://github.com/apache/tomcat/pull/428#discussion_r654981981



##########
File path: java/org/apache/catalina/realm/MemoryRealm.java
##########
@@ -47,6 +51,18 @@
 
     private static final Log log = LogFactory.getLog(MemoryRealm.class);
 
+    /**
+     * Contains the names of all user attributes available for this Realm.
+     */
+    private static final List<String> USER_ATTRIBUTES_AVAILABLE =
+            new ArrayList<>(Arrays.asList("username", "fullname", "roles"));

Review comment:
       Oh... kind of a typo :)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to