jmuehlner commented on code in PR #956: URL: https://github.com/apache/guacamole-client/pull/956#discussion_r1752897615
########## guacamole/src/main/java/org/apache/guacamole/rest/auth/TokenRESTService.java: ########## @@ -55,13 +57,22 @@ public class TokenRESTService { * Logger for this class. */ private static final Logger logger = LoggerFactory.getLogger(TokenRESTService.class); + private static final String DEFAULT_LETTER_CASE = "mixed-case"; Review Comment: Constants should be documented. -- 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. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org