mildis commented on a change in pull request #564:
URL: https://github.com/apache/guacamole-client/pull/564#discussion_r528177013



##########
File path: 
extensions/guacamole-auth-openid/src/main/java/org/apache/guacamole/auth/openid/token/TokenValidationService.java
##########
@@ -55,24 +59,24 @@
     @Inject
     private NonceService nonceService;
 
+    private static final String MSG_REJECTED_TOKEN = "Rejected OpenID token 
with malformed claim: {}";
+    private static final String MSG_MALFORMED_CLAIM = "Malformed claim within 
received JWT.";

Review comment:
       The rational is that multiple occurences of the same String should be 
"factorized" so it is all consistent throughout its use.
   I can revert the previous state if you prefer.




----------------------------------------------------------------
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:
[email protected]


Reply via email to